| |
|
| org.apache.xerces.parsers.XML11Configuration org.apache.xerces.parsers.XPointerParserConfiguration
XPointerParserConfiguration | public class XPointerParserConfiguration extends XML11Configuration (Code) | | 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. .
See Also: org.apache.xerces.xpointer.XPointerHandler |
ALLOW_UE_AND_NOTATION_EVENTS | final protected static String ALLOW_UE_AND_NOTATION_EVENTS(Code) | | Feature identifier: allow notation and unparsed entity events to be sent out of order.
|
NAMESPACE_CONTEXT | final protected static String NAMESPACE_CONTEXT(Code) | | Property identifier: error reporter.
|
XINCLUDE_FIXUP_BASE_URIS | final protected static String XINCLUDE_FIXUP_BASE_URIS(Code) | | Feature identifier: fixup base URIs.
|
XINCLUDE_FIXUP_LANGUAGE | final protected static String XINCLUDE_FIXUP_LANGUAGE(Code) | | Feature identifier: fixup language.
|
XINCLUDE_HANDLER | final protected static String XINCLUDE_HANDLER(Code) | | Property identifier: error reporter.
|
XPOINTER_HANDLER | final protected static String XPOINTER_HANDLER(Code) | | Property identifier: error reporter.
|
XPointerParserConfiguration | public XPointerParserConfiguration()(Code) | | Default constructor.
|
XPointerParserConfiguration | public XPointerParserConfiguration(SymbolTable symbolTable)(Code) | | Constructs a parser configuration using the specified symbol table.
Parameters: symbolTable - The symbol table to use. |
XPointerParserConfiguration | public XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)(Code) | | Constructs a parser configuration using the specified symbol table and
grammar pool.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. |
XPointerParserConfiguration | public XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)(Code) | | Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. Parameters: parentSettings - The parent settings. |
configurePipeline | protected void configurePipeline()(Code) | | Configures the pipeline.
|
configureXML11Pipeline | protected void configureXML11Pipeline()(Code) | | |
|
|
|