|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sunwesttek.xml.SimpleDOMParser
SimpleDOMParser
is a highly-simplified XML DOM
parser implementation.
Constructor Summary | |
SimpleDOMParser()
Construct a SimpleDOMParser. |
Method Summary | |
boolean |
isValidating()
Indicates the parser is validating the XML document. |
DOMElement |
parse(java.io.Reader reader)
Parse an XML document into a DOMElement tree. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleDOMParser()
Method Detail |
public boolean isValidating()
SimpleDOMParser
does not support XML validating.
This methold always returns false
.
isValidating
in interface DOMParser
public DOMElement parse(java.io.Reader reader) throws java.io.IOException
parse
in interface DOMParser
reader
- Reader
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |