All Implemented Interfaces:
XMLParserConfiguration
All Known Implementing Classes:
XPointerParserConfiguration, SoftReferenceSymbolTableConfiguration, StandardParserConfiguration, PSVIConfiguration, XIncludeAwareParserConfiguration, NonValidatingParserConfiguration, DTDConfiguration, XML11Configuration, XML11DTDConfiguration, IntegratedParserConfiguration, XMLGrammarCachingConfiguration, SchemaParsingConfig, XML11NonValidatingConfiguration, SecurityConfiguration, NonValidatingConfiguration, XIncludeParserConfiguration
A pull parser using this type of configuration first calls
the setInputSource
method. After the input
source is set, the pull parser repeatedly calls the
parse(boolean):boolean
method. This method
returns a value of true if there is more to parse in the
document.
Calling the parse(XMLInputSource)
is equivalent
to setting the input source and calling the
parse(boolean):boolean
method with a "complete"
value of true
.
Andy
- Clark, IBM$
- Id: XMLPullParserConfiguration.java 447244 2006-09-18 05:20:40Z mrglavas $Method from org.apache.xerces.xni.parser.XMLPullParserConfiguration Summary: |
---|
cleanup, parse, setInputSource |
Method from org.apache.xerces.xni.parser.XMLPullParserConfiguration Detail: |
---|
|
|
|