|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.util.ParserConfigurationSettings org.apache.xerces.parsers.XML11Configuration org.apache.xerces.parsers.XPointerParserConfiguration
public class XPointerParserConfiguration
This parser configuration includes an XPointerHandler
in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. Using this pipeline will enable processing according to the
XML Inclusions specification with XPointers, to the conformance level described in
XPointerHandler.
.
XPointerHandler
Constructor Summary | |
---|---|
XPointerParserConfiguration()
Default constructor. |
|
XPointerParserConfiguration(SymbolTable symbolTable)
Constructs a parser configuration using the specified symbol table. |
|
XPointerParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and grammar pool. |
|
XPointerParserConfiguration(SymbolTable symbolTable,
XMLGrammarPool grammarPool,
XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
Method Summary | |
---|---|
void |
setProperty(java.lang.String propertyId,
java.lang.Object value)
setProperty |
Methods inherited from class org.apache.xerces.parsers.XML11Configuration |
---|
cleanup, getDocumentHandler, getDTDContentModelHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLocale, parse, parse, setDocumentHandler, setDTDContentModelHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setInputSource, setLocale |
Methods inherited from class org.apache.xerces.util.ParserConfigurationSettings |
---|
addRecognizedFeatures, addRecognizedProperties, getProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.xerces.xni.parser.XMLParserConfiguration |
---|
addRecognizedFeatures, addRecognizedProperties, getProperty |
Constructor Detail |
---|
public XPointerParserConfiguration()
public XPointerParserConfiguration(SymbolTable symbolTable)
symbolTable
- The symbol table to use.public XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
symbolTable
- The symbol table to use.grammarPool
- The grammar pool to use.public XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
symbolTable
- The symbol table to use.grammarPool
- The grammar pool to use.parentSettings
- The parent settings.Method Detail |
---|
public void setProperty(java.lang.String propertyId, java.lang.Object value) throws XMLConfigurationException
XML11Configuration
setProperty
in interface XMLParserConfiguration
setProperty
in class XML11Configuration
propertyId
- The property identifier.value
- The value of the property.
XMLConfigurationException
- Thrown if there is a configuration
error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |