|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sunwesttek.xml.DOMParserFactory
DOMParserFactory
is the factory for DOM parsers.
Constructor Summary | |
DOMParserFactory()
Construct a DOMParserFactory. |
Method Summary | |
DOMParser |
createDOMParser()
Create a DOM parser. |
void |
setValidating(boolean validating)
Specify if the parser to be created needs to validate XML document. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMParserFactory()
Method Detail |
public void setValidating(boolean validating)
SimpleDOMParser
will be created.
validating
- Validatingpublic DOMParser createDOMParser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |