Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLComponentManager
-
-
Uses of XMLComponentManager 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 XMLComponentManager Modifier and Type Class Description classDOMConfigurationImplXerces implementation of DOMConfiguration that maintains a table of recognized parameters.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLComponentManager Constructor Description DOMConfigurationImpl(SymbolTable symbolTable, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table and parent settings. -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLComponentManager Modifier and Type Method Description voidXML11NSDocumentScannerImpl. reset(XMLComponentManager componentManager)voidXMLDocumentFragmentScannerImpl. reset(XMLComponentManager componentManager)Resets the component.voidXMLDocumentScannerImpl. reset(XMLComponentManager componentManager)Resets the component.voidXMLDTDScannerImpl. reset(XMLComponentManager componentManager)resetvoidXMLEntityManager. reset(XMLComponentManager componentManager)Resets the component.voidXMLErrorReporter. reset(XMLComponentManager componentManager)Resets the component.voidXMLNamespaceBinder. reset(XMLComponentManager componentManager)Resets the component.voidXMLNSDocumentScannerImpl. reset(XMLComponentManager componentManager)voidXMLScanner. reset(XMLComponentManager componentManager)voidXMLVersionDetector. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLComponentManager Modifier and Type Method Description voidXML11DTDValidator. reset(XMLComponentManager manager)voidXMLDTDProcessor. reset(XMLComponentManager componentManager)voidXMLDTDValidator. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLComponentManager Modifier and Type Method Description voidXMLSchemaLoader. reset(XMLComponentManager componentManager)voidXMLSchemaValidator. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models with parameters of type XMLComponentManager Modifier and Type Method Description voidCMNodeFactory. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager 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 XMLComponentManager Modifier and Type Class Description classSchemaParsingConfigConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLComponentManager Constructor Description SchemaParsingConfig(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type XMLComponentManager Modifier and Type Method Description voidXSDHandler. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager 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 XMLComponentManager 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.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLComponentManager Constructor Description BasicParserConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table and parent settings.DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.IntegratedParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SecureProcessingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that implement XMLComponentManager Modifier and Type Class Description classParserConfigurationSettingsThis class implements the basic operations for managing parser configuration features and properties.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util declared as XMLComponentManager Modifier and Type Field Description protected XMLComponentManagerParserConfigurationSettings. fParentSettingsParent parser configuration settings.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLComponentManager Constructor Description ParserConfigurationSettings(XMLComponentManager parent)Constructs a parser configuration settings object with a parent settings object. -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLComponentManager Modifier and Type Method Description protected voidXIncludeHandler. copyFeatures(XMLComponentManager from, ParserConfigurationSettings to)protected voidXIncludeHandler. copyFeatures(XMLComponentManager from, XMLParserConfiguration to)voidXIncludeHandler. reset(XMLComponentManager componentManager) -
Uses of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLComponentManager in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Interface Description interfaceXMLParserConfigurationRepresents a parser configuration.interfaceXMLPullParserConfigurationRepresents a parser configuration that can be used as the configuration for a "pull" parser.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLComponentManager Modifier and Type Method Description voidXMLComponent. reset(XMLComponentManager componentManager)Resets the component.
-