Modifier and Type | Method and Description |
---|---|
protected void |
DOMConfigurationImpl.addComponent(XMLComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
XML11DocumentScannerImpl
This class is responsible for scanning XML document structure
and content.
|
class |
XML11DTDScannerImpl
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
|
class |
XML11NamespaceBinder
This class performs namespace binding on the startElement and endElement
method calls in accordance with Namespaces in XML 1.1.
|
class |
XML11NSDocumentScannerImpl
The scanner acts as the source for the document
information which is communicated to the document handler.
|
class |
XMLDocumentFragmentScannerImpl
This class is responsible for scanning the structure and content
of document fragments.
|
class |
XMLDocumentScannerImpl
This class is responsible for scanning XML document structure
and content.
|
class |
XMLDTDScannerImpl
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
|
class |
XMLEntityManager
The entity manager handles the registration of general and parameter
entities; resolves entities; and starts entities.
|
class |
XMLErrorReporter
This class is a common element of all parser configurations and is
used to report errors that occur.
|
class |
XMLNamespaceBinder
This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler.
|
class |
XMLNSDocumentScannerImpl
The scanner acts as the source for the document
information which is communicated to the document handler.
|
class |
XMLScanner
This class is responsible for holding scanning methods common to
scanning the XML document structure and content as well as the DTD
structure and content.
|
Modifier and Type | Class and Description |
---|---|
class |
XML11DTDProcessor
This class extends XMLDTDProcessor by giving it
the ability to parse XML 1.1 documents correctly.
|
class |
XML11DTDValidator
This allows the validator to correctlyhandle XML 1.1
documents.
|
class |
XML11NSDTDValidator
The DTD validator.
|
class |
XMLDTDLoader
The DTD loader.
|
class |
XMLDTDProcessor
The DTD processor.
|
class |
XMLDTDValidator
The DTD validator.
|
class |
XMLNSDTDValidator
The DTD validator.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaLoader
This class implements xni.grammars.XMLGrammarLoader.
|
class |
XMLSchemaValidator
The XML Schema validator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XML11NonValidatingConfiguration.addCommonComponent(XMLComponent component)
Adds common component to the parser configuration.
|
protected void |
XML11DTDConfiguration.addCommonComponent(XMLComponent component)
Adds common component to the parser configuration.
|
protected void |
XML11Configuration.addCommonComponent(XMLComponent component)
Adds common component to the parser configuration.
|
protected void |
XML11NonValidatingConfiguration.addComponent(XMLComponent component)
Adds a component to the parser configuration.
|
protected void |
XML11DTDConfiguration.addComponent(XMLComponent component)
Adds a component to the parser configuration.
|
protected void |
XML11Configuration.addComponent(XMLComponent component)
Adds a component to the parser configuration.
|
protected void |
BasicParserConfiguration.addComponent(XMLComponent component)
Adds a component to the parser configuration.
|
protected void |
XML11NonValidatingConfiguration.addRecognizedParamsAndSetDefaults(XMLComponent component)
Adds all of the component's recognized features and properties
to the list of default recognized features and properties, and
sets default values on the configuration for features and
properties which were previously absent from the configuration.
|
protected void |
XML11DTDConfiguration.addRecognizedParamsAndSetDefaults(XMLComponent component)
Adds all of the component's recognized features and properties
to the list of default recognized features and properties, and
sets default values on the configuration for features and
properties which were previously absent from the configuration.
|
protected void |
XML11Configuration.addRecognizedParamsAndSetDefaults(XMLComponent component)
Adds all of the component's recognized features and properties
to the list of default recognized features and properties, and
sets default values on the configuration for features and
properties which were previously absent from the configuration.
|
protected void |
XML11NonValidatingConfiguration.addXML11Component(XMLComponent component)
Adds an XML 1.1 component to the parser configuration.
|
protected void |
XML11DTDConfiguration.addXML11Component(XMLComponent component)
Adds an XML 1.1 component to the parser configuration.
|
protected void |
XML11Configuration.addXML11Component(XMLComponent component)
Adds an XML 1.1 component to the parser configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
XIncludeHandler
This is a pipeline component which performs XInclude handling, according to the
W3C specification for XML Inclusions.
|
Modifier and Type | Class and Description |
---|---|
class |
XPointerHandler
This is a pipeline component which extends the XIncludeHandler to perform
XPointer specific processing specified in the W3C XPointerFramework and
element() Scheme Recommendations.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.