Uses of Class
org.apache.xerces.impl.xs.SchemaGrammar

Packages that use SchemaGrammar
org.apache.xerces.dom   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.traversers   
org.apache.xerces.impl.xs.util   
 

Uses of SchemaGrammar in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as SchemaGrammar
protected  SchemaGrammar ASModelImpl.fGrammar
          Deprecated.  
 

Methods in org.apache.xerces.dom that return SchemaGrammar
 SchemaGrammar ASModelImpl.getGrammar()
          Deprecated.  
 

Methods in org.apache.xerces.dom with parameters of type SchemaGrammar
 void ASModelImpl.setGrammar(SchemaGrammar grammar)
          Deprecated.  
 

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

Subclasses of SchemaGrammar in org.apache.xerces.impl.xs
static class SchemaGrammar.BuiltinSchemaGrammar
           
static class SchemaGrammar.Schema4Annotations
          A partial schema for schemas for validating annotations.
 

Fields in org.apache.xerces.impl.xs declared as SchemaGrammar
protected  SchemaGrammar[] ElementPSVImpl.fGrammars
          deferred XSModel
 

Methods in org.apache.xerces.impl.xs that return SchemaGrammar
 SchemaGrammar XSGrammarBucket.getGrammar(String namespace)
          Get the schema grammar for the specified namespace
 SchemaGrammar[] XSGrammarBucket.getGrammars()
          get all grammars in the registry
static SchemaGrammar SchemaGrammar.getS4SGrammar(short schemaVersion)
           
 

Methods in org.apache.xerces.impl.xs with parameters of type SchemaGrammar
 void XSGrammarBucket.putGrammar(SchemaGrammar grammar)
          Put a schema grammar into the registry This method is for internal use only: it assumes that a grammar with the same target namespace is not already in the bucket.
 boolean XSGrammarBucket.putGrammar(SchemaGrammar grammar, boolean deep)
          put a schema grammar and any grammars imported by it (directly or inderectly) into the registry.
 boolean XSGrammarBucket.putGrammar(SchemaGrammar grammar, boolean deep, boolean ignoreConflict)
          put a schema grammar and any grammars imported by it (directly or inderectly) into the registry.
 

Constructors in org.apache.xerces.impl.xs with parameters of type SchemaGrammar
SchemaGrammar(SchemaGrammar grammar)
           
XSAnnotationImpl(String contents, SchemaGrammar grammar)
           
XSModelImpl(SchemaGrammar[] grammars)
          Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object.
XSModelImpl(SchemaGrammar[] grammars, short s4sVersion)
           
 

Uses of SchemaGrammar in org.apache.xerces.impl.xs.traversers
 

Methods in org.apache.xerces.impl.xs.traversers that return SchemaGrammar
protected  SchemaGrammar XSDHandler.findGrammar(XSDDescription desc, boolean ignoreConflict)
          First try to find a grammar in the bucket, if failed, consult the grammar pool.
 SchemaGrammar XSDHandler.parseSchema(XMLInputSource is, XSDDescription desc, Hashtable locationPairs)
          This method initiates the parse of a schema.
 

Methods in org.apache.xerces.impl.xs.traversers with parameters of type SchemaGrammar
protected  Object XSDHandler.getGlobalDeclFromGrammar(SchemaGrammar sGrammar, int declType, String localpart)
           
protected  Object XSDHandler.getGlobalDeclFromGrammar(SchemaGrammar sGrammar, int declType, String localpart, String schemaLoc)
           
protected  Object XSDHandler.traverseGlobalDecl(int declType, Element decl, org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc, SchemaGrammar grammar)
           
 

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

Methods in org.apache.xerces.impl.xs.util that return SchemaGrammar
 SchemaGrammar[] XSInputSource.getGrammars()
           
 

Methods in org.apache.xerces.impl.xs.util with parameters of type SchemaGrammar
 void XSInputSource.setGrammars(SchemaGrammar[] grammars)
           
protected  XSModel XSGrammarPool.toXSModel(SchemaGrammar[] grammars, short schemaVersion)
           
 

Constructors in org.apache.xerces.impl.xs.util with parameters of type SchemaGrammar
XSInputSource(SchemaGrammar[] grammars)
           
 



Copyright © 2011. All Rights Reserved.