Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLDocumentSource
-
-
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceDOMNormalizer. getDocumentSource()Returns the document source.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLDocumentSource Modifier and Type Method Description voidDOMNormalizer. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Subinterfaces of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl Modifier and Type Interface Description interfaceRevalidationHandlerDOM Revalidation handler adds additional functionality to XMLDocumentHandlerClasses in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLDocumentSource Modifier and Type Class Description classXML11DocumentScannerImplThis class is responsible for scanning XML document structure and content.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.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.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLDocumentSource Modifier and Type Field Description protected XMLDocumentSourceXMLNamespaceBinder. fDocumentSourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXMLNamespaceBinder. getDocumentSource()Returns the document sourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLDocumentSource Modifier and Type Method Description voidXMLNamespaceBinder. setDocumentSource(XMLDocumentSource source)Sets the document source -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Subinterfaces of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd Modifier and Type Interface Description interfaceXMLDTDValidatorFilterDefines a DTD Validator filter to allow components to query the DTD validator.Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLDocumentSource Modifier and Type Class Description classXML11DTDValidatorThis allows the validator to correctlyhandle XML 1.1 documents.classXML11NSDTDValidatorThe DTD validator.classXMLDTDValidatorThe DTD validator.classXMLNSDTDValidatorThe DTD validator.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as XMLDocumentSource Modifier and Type Field Description protected XMLDocumentSourceXMLDTDValidator. fDocumentSourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXMLDTDValidator. getDocumentSource()Returns the document sourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLDocumentSource Modifier and Type Method Description voidXMLDTDValidator. setDocumentSource(XMLDocumentSource source)Sets the document source -
Uses of XMLDocumentSource 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 XMLDocumentSource Modifier and Type Class Description classXMLSchemaValidatorThe XML Schema validator.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XMLDocumentSource Modifier and Type Field Description protected XMLDocumentSourceXMLSchemaValidator. fDocumentSourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXMLSchemaValidator. getDocumentSource()Returns the document sourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLDocumentSource Modifier and Type Method Description voidXMLSchemaValidator. setDocumentSource(XMLDocumentSource source)Sets the document source -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceDefaultXMLDocumentHandler. getDocumentSource()Returns the document source.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLDocumentSource Modifier and Type Method Description voidDefaultXMLDocumentHandler. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLDocumentSource Modifier and Type Field Description protected XMLDocumentSourceAbstractXMLDocumentParser. fDocumentSourceDocument sourceprotected XMLDocumentSourceBasicParserConfiguration. fLastComponentLast component in the document pipelineprotected XMLDocumentSourceXML11Configuration. fLastComponentLast component in the document pipelineprotected XMLDocumentSourceXML11DTDConfiguration. fLastComponentLast component in the document pipelineprotected XMLDocumentSourceXML11NonValidatingConfiguration. fLastComponentLast component in the document pipelineMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceAbstractXMLDocumentParser. getDocumentSource()Returns the document sourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLDocumentSource Modifier and Type Method Description voidAbstractXMLDocumentParser. setDocumentSource(XMLDocumentSource source)Sets the document source -
Uses of XMLDocumentSource 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 XMLDocumentSource Modifier and Type Class Description classXIncludeHandlerThis is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude declared as XMLDocumentSource Modifier and Type Field Description protected XMLDocumentSourceXIncludeHandler. fDocumentSourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXIncludeHandler. getDocumentSource()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLDocumentSource Modifier and Type Method Description voidXIncludeHandler. setDocumentSource(XMLDocumentSource source) -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXMLDocumentHandler. getDocumentSource()Returns the document source.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLDocumentSource Modifier and Type Method Description voidXMLDocumentHandler. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLDocumentSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Interface Description interfaceXMLDocumentFilterDefines a document filter that acts as both a receiver and an emitter of document events.interfaceXMLDocumentScannerThis interface defines a generic document scanner. -
Uses of XMLDocumentSource 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 XMLDocumentSource 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.
-