Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.SymbolTable
-
-
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as SymbolTable Modifier and Type Field Description protected SymbolTableDOMConfigurationImpl. fSymbolTableSymbol table.protected SymbolTableDOMNormalizer. fSymbolTablesymbol tableConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type SymbolTable Constructor Description DOMConfigurationImpl(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.DOMConfigurationImpl(SymbolTable symbolTable, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table and parent settings. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as SymbolTable Modifier and Type Field Description protected SymbolTableXMLEntityManager. fSymbolTableSymbol table.protected SymbolTableXMLEntityScanner. fSymbolTableprotected SymbolTableXMLNamespaceBinder. fSymbolTableSymbol table.protected SymbolTableXMLScanner. fSymbolTableSymbol table.protected SymbolTableXMLVersionDetector. fSymbolTableSymbol table.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type SymbolTable Modifier and Type Method Description voidXMLEntityScanner. reset(SymbolTable symbolTable, XMLEntityManager entityManager, XMLErrorReporter reporter)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type SymbolTable Constructor Description XML11DTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)Constructor for he use of non-XMLComponentManagers.XMLDTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)Constructor for he use of non-XMLComponentManagers. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as SymbolTable Modifier and Type Field Description protected SymbolTableXMLDTDProcessor. fSymbolTableSymbol table.protected SymbolTableXMLDTDValidator. fSymbolTableSymbol table.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return SymbolTable Modifier and Type Method Description SymbolTableDTDGrammar. getSymbolTable()Returns the symbol table.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type SymbolTable Modifier and Type Method Description protected XMLDTDScannerImplXML11DTDProcessor. createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)protected XMLDTDScannerImplXMLDTDLoader. createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type SymbolTable Constructor Description DTDGrammar(SymbolTable symbolTable, XMLDTDDescription desc)Default constructor.XML11DTDProcessor(SymbolTable symbolTable)XML11DTDProcessor(SymbolTable symbolTable, XMLGrammarPool grammarPool)XMLDTDLoader(SymbolTable symbolTable)XMLDTDLoader(SymbolTable symbolTable, XMLGrammarPool grammarPool) -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.validation
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.validation with parameters of type SymbolTable Modifier and Type Method Description voidValidationState. setSymbolTable(SymbolTable sTable) -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath declared as SymbolTable Modifier and Type Field Description protected SymbolTableXPath. fSymbolTableSymbol table.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type SymbolTable Constructor Description XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)Constructs an XPath object from the specified expression. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as SymbolTable Modifier and Type Field Description protected SymbolTableXMLSchemaValidator. fSymbolTableSymbol table.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type SymbolTable Constructor Description SchemaGrammar(String targetNamespace, XSDDescription grammarDesc, SymbolTable symbolTable)Default constructor.SchemaNamespaceSupport(Element schemaRoot, SymbolTable symbolTable)XMLSchemaLoader(SymbolTable symbolTable) -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type SymbolTable Constructor Description XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)Constructs a field XPath expression.XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)Constructs a selector XPath expression. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type SymbolTable Constructor Description SchemaParsingConfig(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.SchemaParsingConfig(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.SchemaParsingConfig(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers declared as SymbolTable Modifier and Type Field Description protected SymbolTableXSAttributeChecker. fSymbolTableMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type SymbolTable Modifier and Type Method Description voidXSAttributeChecker. reset(SymbolTable symbolTable) -
Uses of SymbolTable 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 SymbolTable Modifier and Type Field Description protected SymbolTableBasicParserConfiguration. fSymbolTableSymbol table.protected SymbolTableXML11Configuration. fSymbolTableprotected SymbolTableXML11DTDConfiguration. fSymbolTableprotected SymbolTableXML11NonValidatingConfiguration. fSymbolTableprotected SymbolTableXMLGrammarPreparser. fSymbolTableprotected SymbolTableCachingParserPool. fSynchronizedSymbolTableSymbol table.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return SymbolTable Modifier and Type Method Description SymbolTableCachingParserPool. getSymbolTable()Returns the symbol table.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type SymbolTable Constructor Description BasicParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.BasicParserConfiguration(SymbolTable symbolTable, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table and parent settings.CachingParserPool(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a caching parser pool with the specified symbol table and grammar pool.DOMParser(SymbolTable symbolTable)Constructs a DOM parser using the specified symbol table.DOMParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a DOM parser using the specified symbol table and grammar pool.DOMParserImpl(SymbolTable symbolTable)Constructs a DOM Builder using the specified symbol table.DOMParserImpl(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a DOM Builder using the specified symbol table and grammar pool.DTDConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.DTDParser(SymbolTable symbolTable)IntegratedParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.IntegratedParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.IntegratedParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.NonValidatingConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SAXParser(SymbolTable symbolTable)Constructs a SAX parser using the specified symbol table.SAXParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a SAX parser using the specified symbol table and grammar pool.SecureProcessingConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.SecureProcessingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.SecureProcessingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SecurityConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.SoftReferenceSymbolTableConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.StandardParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.StandardParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XIncludeAwareParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XIncludeParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11Configuration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11DTDConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XML11DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XML11DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XML11NonValidatingConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XML11NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XML11NonValidatingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XMLDocumentParser(SymbolTable symbolTable)Constructs a document parser using the specified symbol table.XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a document parser using the specified symbol table and grammar pool.XMLGrammarCachingConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XMLGrammarCachingConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.XMLGrammarParser(SymbolTable symbolTable)Construct an XMLGrammarParser with the specified symbol tableXMLGrammarPreparser(SymbolTable symbolTable)Constructs a preparser using the specified symbol table.XPointerParserConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table.XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool.XPointerParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Subclasses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util Modifier and Type Class Description classShadowedSymbolTableShadowed symbol table.classSoftReferenceSymbolTableThis symbol table uses SoftReferences to its String entries, which means that table entries that have no references to them can be garbage collected when memory is needed.classSynchronizedSymbolTableSynchronized symbol table.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util declared as SymbolTable Modifier and Type Field Description protected SymbolTableShadowedSymbolTable. fSymbolTableMain symbol table.protected SymbolTableSynchronizedSymbolTable. fSymbolTableMain symbol table.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return SymbolTable Modifier and Type Method Description SymbolTableJAXPNamespaceContextWrapper. getSymbolTable()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type SymbolTable Modifier and Type Method Description voidJAXPNamespaceContextWrapper. setSymbolTable(SymbolTable symbolTable)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type SymbolTable Constructor Description JAXPNamespaceContextWrapper(SymbolTable symbolTable)ShadowedSymbolTable(SymbolTable symbolTable)Constructs a shadow of the specified symbol table.SynchronizedSymbolTable(SymbolTable symbolTable)Constructs a synchronized symbol table. -
Uses of SymbolTable 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 SymbolTable Modifier and Type Field Description protected SymbolTableXIncludeHandler. fSymbolTable -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer declared as SymbolTable Modifier and Type Field Description protected SymbolTableXPointerHandler. fSymbolTableConstructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type SymbolTable Constructor Description XPointerHandler(SymbolTable symbolTable, XMLErrorHandler errorHandler, XMLErrorReporter errorReporter) -
Uses of SymbolTable in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize declared as SymbolTable Modifier and Type Field Description protected SymbolTableXML11Serializer. fSymbolTableDeprecated.symbol table for serializationprotected SymbolTableXMLSerializer. fSymbolTableDeprecated.symbol table for serialization
-