|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DOMParser
is a highly-simplified XML DOM
parser abstraction.
DOMElement
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. |
Method Detail |
public boolean isValidating()
public DOMElement parse(java.io.Reader reader) throws java.io.IOException
reader
- Reader
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |