Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.SymbolHash
-
-
Uses of SymbolHash in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that return SymbolHash Modifier and Type Method Description abstract SymbolHashSchemaDVFactory. getBuiltInTypes()get all built-in simple types, which are stored in a SymbolHash keyed by the name -
Uses of SymbolHash in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return SymbolHash Modifier and Type Method Description SymbolHashBaseDVFactory. getBuiltInTypes()get all built-in simple types, which are stored in a hashtable keyed by the nameSymbolHashExtendedSchemaDVFactoryImpl. getBuiltInTypes()get all built-in simple types, which are stored in a hashtable keyed by the nameSymbolHashFullDVFactory. getBuiltInTypes()get all built-in simple types, which are stored in a hashtable keyed by the nameSymbolHashSchemaDVFactoryImpl. getBuiltInTypes()get all built-in simple types, which are stored in a hashtable keyed by the nameMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs with parameters of type SymbolHash Modifier and Type Method Description protected static voidBaseSchemaDVFactory. createBuiltInTypes(SymbolHash builtInTypes, XSSimpleTypeDecl baseAtomicType) -
Uses of SymbolHash 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 SymbolHash Modifier and Type Method Description static voidXSConstraints. checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)static voidXSConstraints. findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash) -
Uses of SymbolHash in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type SymbolHash Constructor Description XSNamedMap4Types(String[] namespaces, SymbolHash[] maps, int num, short type)Construct an XSNamedMap implementation for a list of namespacesXSNamedMap4Types(String namespace, SymbolHash map, short type)Construct an XSNamedMap implementation for one namespaceXSNamedMapImpl(String[] namespaces, SymbolHash[] maps, int num)Construct an XSNamedMap implementation for a list of namespacesXSNamedMapImpl(String namespace, SymbolHash map)Construct an XSNamedMap implementation for one namespace -
Uses of SymbolHash 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 SymbolHash Modifier and Type Field Description protected SymbolHashAbstractSAXParser. fDeclaredAttrs -
Uses of SymbolHash in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return SymbolHash Modifier and Type Method Description SymbolHashSymbolHash. makeClone()Make a clone of this object.
-