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 class
DOMConfigurationImpl
Xerces 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 void
XML11NSDocumentScannerImpl. reset(XMLComponentManager componentManager)
void
XMLDocumentFragmentScannerImpl. reset(XMLComponentManager componentManager)
Resets the component.void
XMLDocumentScannerImpl. reset(XMLComponentManager componentManager)
Resets the component.void
XMLDTDScannerImpl. reset(XMLComponentManager componentManager)
resetvoid
XMLEntityManager. reset(XMLComponentManager componentManager)
Resets the component.void
XMLErrorReporter. reset(XMLComponentManager componentManager)
Resets the component.void
XMLNamespaceBinder. reset(XMLComponentManager componentManager)
Resets the component.void
XMLNSDocumentScannerImpl. reset(XMLComponentManager componentManager)
void
XMLScanner. reset(XMLComponentManager componentManager)
void
XMLVersionDetector. 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 void
XML11DTDValidator. reset(XMLComponentManager manager)
void
XMLDTDProcessor. reset(XMLComponentManager componentManager)
void
XMLDTDValidator. 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 void
XMLSchemaLoader. reset(XMLComponentManager componentManager)
void
XMLSchemaValidator. 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 void
CMNodeFactory. 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 class
SchemaParsingConfig
Constructors 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 void
XSDHandler. 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 class
BasicParserConfiguration
A very basic parser configuration.class
DTDConfiguration
This is the DTD-only parser configuration.class
IntegratedParserConfiguration
This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.class
NonValidatingConfiguration
This is the non validating parser configuration.class
SecureProcessingConfiguration
This configuration enhances Xerces support for the JAXP secure processing feature.class
SecurityConfiguration
This 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.class
SoftReferenceSymbolTableConfiguration
This 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
.class
StandardParserConfiguration
This is the "standard" parser configuration.class
XIncludeAwareParserConfiguration
This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.class
XIncludeParserConfiguration
This parser configuration includes anXIncludeHandler
in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.class
XML11Configuration
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.class
XML11DTDConfiguration
This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.class
XML11NonValidatingConfiguration
This class is the non validating parser configuration used to parse XML 1.0 and XML 1.1 documents.class
XMLGrammarCachingConfiguration
This configuration provides a generic way of using Xerces's grammar caching facilities.class
XPointerParserConfiguration
This parser configuration includes anXPointerHandler
in 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 class
ParserConfigurationSettings
This 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 XMLComponentManager
ParserConfigurationSettings. fParentSettings
Parent 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 void
XIncludeHandler. copyFeatures(XMLComponentManager from, ParserConfigurationSettings to)
protected void
XIncludeHandler. copyFeatures(XMLComponentManager from, XMLParserConfiguration to)
void
XIncludeHandler. 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 interface
XMLParserConfiguration
Represents a parser configuration.interface
XMLPullParserConfiguration
Represents 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 void
XMLComponent. reset(XMLComponentManager componentManager)
Resets the component.
-