Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLComponent
-
-
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLComponent Modifier and Type Method Description protected voidDOMConfigurationImpl. addComponent(XMLComponent component) -
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLComponent Modifier and Type Class Description classXML11DocumentScannerImplThis class is responsible for scanning XML document structure and content.classXML11DTDScannerImplThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.classXML11NamespaceBinderThis class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.classXML11NSDocumentScannerImplThe scanner acts as the source for the document information which is communicated to the document handler.classXMLDocumentFragmentScannerImplThis class is responsible for scanning the structure and content of document fragments.classXMLDocumentScannerImplThis class is responsible for scanning XML document structure and content.classXMLDTDScannerImplThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.classXMLEntityManagerThe entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.classXMLErrorReporterThis class is a common element of all parser configurations and is used to report errors that occur.classXMLNamespaceBinderThis class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.classXMLNSDocumentScannerImplThe scanner acts as the source for the document information which is communicated to the document handler.classXMLScannerThis 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLComponent Modifier and Type Class Description classXML11DTDProcessorThis class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.classXML11DTDValidatorThis allows the validator to correctlyhandle XML 1.1 documents.classXML11NSDTDValidatorThe DTD validator.classXMLDTDLoaderThe DTD loader.classXMLDTDProcessorThe DTD processor.classXMLDTDValidatorThe DTD validator.classXMLNSDTDValidatorThe DTD validator. -
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XMLComponent Modifier and Type Class Description classXMLSchemaLoaderThis class implements xni.grammars.XMLGrammarLoader.classXMLSchemaValidatorThe XML Schema validator. -
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLComponent Modifier and Type Method Description protected voidXML11Configuration. addCommonComponent(XMLComponent component)Adds common component to the parser configuration.protected voidXML11DTDConfiguration. addCommonComponent(XMLComponent component)Adds common component to the parser configuration.protected voidXML11NonValidatingConfiguration. addCommonComponent(XMLComponent component)Adds common component to the parser configuration.protected voidBasicParserConfiguration. addComponent(XMLComponent component)Adds a component to the parser configuration.protected voidXML11Configuration. addComponent(XMLComponent component)Adds a component to the parser configuration.protected voidXML11DTDConfiguration. addComponent(XMLComponent component)Adds a component to the parser configuration.protected voidXML11NonValidatingConfiguration. addComponent(XMLComponent component)Adds a component to the parser configuration.protected voidXML11Configuration. 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 voidXML11DTDConfiguration. 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 voidXML11NonValidatingConfiguration. 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 voidXML11Configuration. addXML11Component(XMLComponent component)Adds an XML 1.1 component to the parser configuration.protected voidXML11DTDConfiguration. addXML11Component(XMLComponent component)Adds an XML 1.1 component to the parser configuration.protected voidXML11NonValidatingConfiguration. addXML11Component(XMLComponent component)Adds an XML 1.1 component to the parser configuration. -
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that implement XMLComponent Modifier and Type Class Description classXIncludeHandlerThis is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. -
Uses of XMLComponent in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer that implement XMLComponent Modifier and Type Class Description classXPointerHandlerThis is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
-