|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLComponent in org.apache.xerces.dom |
---|
Methods in org.apache.xerces.dom with parameters of type XMLComponent | |
---|---|
protected void |
DOMConfigurationImpl.addComponent(XMLComponent component)
|
Uses of XMLComponent in org.apache.xerces.impl |
---|
Classes in org.apache.xerces.impl that implement XMLComponent | |
---|---|
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. |
Uses of XMLComponent in org.apache.xerces.impl.dtd |
---|
Classes in org.apache.xerces.impl.dtd that implement XMLComponent | |
---|---|
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. |
Uses of XMLComponent in org.apache.xerces.impl.xs |
---|
Classes in org.apache.xerces.impl.xs that implement XMLComponent | |
---|---|
class |
XMLSchemaLoader
This class implements xni.grammars.XMLGrammarLoader. |
class |
XMLSchemaValidator
The XML Schema validator. |
Uses of XMLComponent in org.apache.xerces.parsers |
---|
Methods in org.apache.xerces.parsers with parameters of type XMLComponent | |
---|---|
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. |
Uses of XMLComponent in org.apache.xerces.xinclude |
---|
Classes in org.apache.xerces.xinclude that implement XMLComponent | |
---|---|
class |
XIncludeHandler
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. |
Uses of XMLComponent in org.apache.xerces.xpointer |
---|
Classes in org.apache.xerces.xpointer that implement XMLComponent | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |