Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.SchemaGrammar
-
-
Uses of SchemaGrammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Subclasses of SchemaGrammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs Modifier and Type Class Description static classSchemaGrammar.BuiltinSchemaGrammarstatic classSchemaGrammar.Schema4AnnotationsA partial schema for schemas for validating annotations.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as SchemaGrammar Modifier and Type Field Description protected SchemaGrammar[]ElementPSVImpl. fGrammarsdeferred XSModelMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return SchemaGrammar Modifier and Type Method Description SchemaGrammarXSGrammarBucket. getGrammar(String namespace)Get the schema grammar for the specified namespaceSchemaGrammar[]XSGrammarBucket. getGrammars()get all grammars in the registrystatic SchemaGrammarSchemaGrammar. getS4SGrammar(short schemaVersion)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type SchemaGrammar Modifier and Type Method Description voidXSGrammarBucket. 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.booleanXSGrammarBucket. putGrammar(SchemaGrammar grammar, boolean deep)put a schema grammar and any grammars imported by it (directly or inderectly) into the registry. when a grammar with the same target namespace is already in the bucket, and different from the one being added, it's an error, and no grammar will be added into the bucket.booleanXSGrammarBucket. putGrammar(SchemaGrammar grammar, boolean deep, boolean ignoreConflict)put a schema grammar and any grammars imported by it (directly or inderectly) into the registry. when a grammar with the same target namespace is already in the bucket, and different from the one being added, no grammar will be added into the bucket.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type SchemaGrammar Constructor Description 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.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 that return SchemaGrammar Modifier and Type Method Description protected SchemaGrammarXSDHandler. findGrammar(XSDDescription desc, boolean ignoreConflict)First try to find a grammar in the bucket, if failed, consult the grammar pool.SchemaGrammarXSDHandler. parseSchema(XMLInputSource is, XSDDescription desc, Hashtable locationPairs)This method initiates the parse of a schema.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type SchemaGrammar Modifier and Type Method Description protected ObjectXSDHandler. getGlobalDeclFromGrammar(SchemaGrammar sGrammar, int declType, String localpart)protected ObjectXSDHandler. getGlobalDeclFromGrammar(SchemaGrammar sGrammar, int declType, String localpart, String schemaLoc)protected ObjectXSDHandler. traverseGlobalDecl(int declType, Element decl, org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc, SchemaGrammar grammar) -
Uses of SchemaGrammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that return SchemaGrammar Modifier and Type Method Description SchemaGrammar[]XSInputSource. getGrammars()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type SchemaGrammar Modifier and Type Method Description voidXSInputSource. setGrammars(SchemaGrammar[] grammars)protected XSModelXSGrammarPool. toXSModel(SchemaGrammar[] grammars, short schemaVersion)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type SchemaGrammar Constructor Description XSInputSource(SchemaGrammar[] grammars)
-