| java.lang.Object | |||
| ↳ | org.apache.xerces.util.ParserConfigurationSettings | ||
| ↳ | org.apache.xerces.parsers.XML11Configuration | ||
| ↳ | org.apache.xerces.parsers.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..
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ALLOW_UE_AND_NOTATION_EVENTS | Feature identifier: allow notation and unparsed entity events to be sent out of order. | |||||||||
| String | NAMESPACE_CONTEXT | Property identifier: error reporter. | |||||||||
| String | XINCLUDE_FIXUP_BASE_URIS | Feature identifier: fixup base URIs. | |||||||||
| String | XINCLUDE_FIXUP_LANGUAGE | Feature identifier: fixup language. | |||||||||
| String | XINCLUDE_HANDLER | Property identifier: error reporter. | |||||||||
| String | XPOINTER_HANDLER | Property identifier: error reporter. | |||||||||
| 
  [Expand]
   Inherited Constants  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
org.apache.xerces.parsers.XML11Configuration
 | |||||||||||
   From class
org.apache.xerces.util.ParserConfigurationSettings
 | |||||||||||
| 
  [Expand]
   Inherited Fields  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
org.apache.xerces.parsers.XML11Configuration
 | |||||||||||
   From class
org.apache.xerces.util.ParserConfigurationSettings
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor. 
  
   | |||||||||||
Constructs a parser configuration using the specified symbol table. 
  
   | |||||||||||
Constructs a parser configuration using the specified symbol table and
 grammar pool. 
  
   | |||||||||||
Constructs a parser configuration using the specified symbol table,
 grammar pool, and parent settings. 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
setProperty 
  
   | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configures the pipeline. 
  
   | |||||||||||
Configures the XML 1.1 pipeline. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  org.apache.xerces.parsers.XML11Configuration
 | |||||||||||
   
From class
  org.apache.xerces.util.ParserConfigurationSettings
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.apache.xerces.xni.parser.XMLComponentManager
 | |||||||||||
   
From interface
  org.apache.xerces.xni.parser.XMLParserConfiguration
 | |||||||||||
   
From interface
  org.apache.xerces.xni.parser.XMLPullParserConfiguration
 | |||||||||||
Feature identifier: allow notation and unparsed entity events to be sent out of order.
Property identifier: error reporter.
Feature identifier: fixup base URIs.
Feature identifier: fixup language.
Property identifier: error reporter.
Property identifier: error reporter.
Default constructor.
Constructs a parser configuration using the specified symbol table.
| symbolTable | The symbol table to use. | 
|---|
Constructs a parser configuration using the specified symbol table and grammar pool.
| symbolTable | The symbol table to use. | 
|---|---|
| grammarPool | The grammar pool to use. | 
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
| symbolTable | The symbol table to use. | 
|---|---|
| grammarPool | The grammar pool to use. | 
| parentSettings | The parent settings. | 
setProperty
| XMLConfigurationException | 
|---|
Configures the pipeline.
Configures the XML 1.1 pipeline. Note: this method also resets the new XML11 components.