|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.parsers.DomParser
public class DomParser
DOM Parser Provide parsing methods and override toString Method
Constructor Summary | |
---|---|
DomParser(java.io.InputStream inSource)
Constructor : get the source Stream and parse it |
Method Summary | |
---|---|
org.w3c.dom.Document |
getDocument()
Get the document |
byte[] |
toByteArray()
Return DOM document source in a byte array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomParser(java.io.InputStream inSource)
inSource
- The stream to parseMethod Detail |
---|
public byte[] toByteArray()
public org.w3c.dom.Document getDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |