Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLParserConfiguration
-
-
Uses of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that implement XMLParserConfiguration Modifier and Type Class Description classDOMConfigurationImplXerces implementation of DOMConfiguration that maintains a table of recognized parameters. -
Uses of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti that implement XMLParserConfiguration Modifier and Type Class Description classSchemaParsingConfigConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLParserConfiguration Constructor Description SchemaDOMParser(XMLParserConfiguration config)Default constructor. -
Uses of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that implement XMLParserConfiguration Modifier and Type Class Description classBasicParserConfigurationA very basic parser configuration.classDTDConfigurationThis is the DTD-only parser configuration.classIntegratedParserConfigurationThis is configuration uses a scanner that integrates both scanning of the document and binding namespaces.classNonValidatingConfigurationThis is the non validating parser configuration.classSecureProcessingConfigurationThis configuration enhances Xerces support for the JAXP secure processing feature.classSecurityConfigurationThis configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed.classSoftReferenceSymbolTableConfigurationThis parser configuration extends the default configuration allowing Xerces to handle usage scenarios where the names in the XML documents being parsed are mostly unique by installing a memory sensitiveSymbolTable.classStandardParserConfigurationThis is the "standard" parser configuration.classXIncludeAwareParserConfigurationThis class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.classXIncludeParserConfigurationThis parser configuration includes anXIncludeHandlerin the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.classXML11ConfigurationThis class is the configuration used to parse XML 1.0 and XML 1.1 documents.classXML11DTDConfigurationThis class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.classXML11NonValidatingConfigurationThis class is the non validating parser configuration used to parse XML 1.0 and XML 1.1 documents.classXMLGrammarCachingConfigurationThis configuration provides a generic way of using Xerces's grammar caching facilities.classXPointerParserConfigurationThis parser configuration includes anXPointerHandlerin the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLParserConfiguration Modifier and Type Field Description protected XMLParserConfigurationXMLParser. fConfigurationThe parser configuration.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLParserConfiguration Modifier and Type Method Description XMLParserConfigurationDOMParser. getXMLParserConfiguration()Returns this parser's XMLParserConfiguration.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLParserConfiguration Constructor Description AbstractDOMParser(XMLParserConfiguration config)Default constructor.AbstractSAXParser(XMLParserConfiguration config)Default constructor.AbstractXMLDocumentParser(XMLParserConfiguration config)Constructs a document parser using the default symbol table and grammar pool.DOMParser(XMLParserConfiguration config)Constructs a DOM parser using the specified parser configuration.DOMParserImpl(XMLParserConfiguration config)Constructs a DOM Builder using the specified parser configuration.SAXParser(XMLParserConfiguration config)Constructs a SAX parser using the specified parser configuration.XMLDocumentParser(XMLParserConfiguration config)Constructs a document parser using the specified parser configuration.XMLParser(XMLParserConfiguration config)Default Constructor. -
Uses of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude declared as XMLParserConfiguration Modifier and Type Field Description protected XMLParserConfigurationXIncludeHandler. fChildConfigprotected XMLParserConfigurationXIncludeHandler. fXIncludeChildConfigprotected XMLParserConfigurationXIncludeHandler. fXPointerChildConfigMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLParserConfiguration Modifier and Type Method Description protected voidXIncludeHandler. copyFeatures(XMLComponentManager from, XMLParserConfiguration to) -
Uses of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLParserConfiguration in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Interface Description interfaceXMLPullParserConfigurationRepresents a parser configuration that can be used as the configuration for a "pull" parser.
-