Uses of Class
org.apache.xerces.util.SymbolHash

Packages that use SymbolHash
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.util   
org.apache.xerces.parsers   
org.apache.xerces.util   
 

Uses of SymbolHash in org.apache.xerces.impl.dv
 

Methods in org.apache.xerces.impl.dv that return SymbolHash
abstract  SymbolHash SchemaDVFactory.getBuiltInTypes()
          get all built-in simple types, which are stored in a SymbolHash keyed by the name
 

Uses of SymbolHash in org.apache.xerces.impl.dv.xs
 

Methods in org.apache.xerces.impl.dv.xs that return SymbolHash
 SymbolHash SchemaDVFactoryImpl.getBuiltInTypes()
          get all built-in simple types, which are stored in a hashtable keyed by the name
 SymbolHash FullDVFactory.getBuiltInTypes()
          get all built-in simple types, which are stored in a hashtable keyed by the name
 SymbolHash ExtendedSchemaDVFactoryImpl.getBuiltInTypes()
          get all built-in simple types, which are stored in a hashtable keyed by the name
 SymbolHash BaseDVFactory.getBuiltInTypes()
          get all built-in simple types, which are stored in a hashtable keyed by the name
 

Methods in org.apache.xerces.impl.dv.xs with parameters of type SymbolHash
protected static void BaseSchemaDVFactory.createBuiltInTypes(SymbolHash builtInTypes, XSSimpleTypeDecl baseAtomicType)
           
 

Uses of SymbolHash in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs with parameters of type SymbolHash
static void XSConstraints.checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)
           
static void XSConstraints.findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)
           
 

Uses of SymbolHash in org.apache.xerces.impl.xs.util
 

Constructors in org.apache.xerces.impl.xs.util with parameters of type SymbolHash
XSNamedMap4Types(String[] namespaces, SymbolHash[] maps, int num, short type)
          Construct an XSNamedMap implementation for a list of namespaces
XSNamedMap4Types(String namespace, SymbolHash map, short type)
          Construct an XSNamedMap implementation for one namespace
XSNamedMapImpl(String[] namespaces, SymbolHash[] maps, int num)
          Construct an XSNamedMap implementation for a list of namespaces
XSNamedMapImpl(String namespace, SymbolHash map)
          Construct an XSNamedMap implementation for one namespace
 

Uses of SymbolHash in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as SymbolHash
protected  SymbolHash AbstractSAXParser.fDeclaredAttrs
           
 

Uses of SymbolHash in org.apache.xerces.util
 

Methods in org.apache.xerces.util that return SymbolHash
 SymbolHash SymbolHash.makeClone()
          Make a clone of this object.
 



Copyright © 2011. All Rights Reserved.