org.apache.xerces.impl.xs
public static class SchemaGrammar.BuiltinSchemaGrammar extends SchemaGrammar
| Constructor Summary | |
|---|---|
| BuiltinSchemaGrammar(int grammar)
Special constructor to create the grammars for the schema namespaces
| |
| Method Summary | |
|---|---|
| void | addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator) |
| void | addDocument(Object document, String location) |
| void | addGlobalAttributeDecl(XSAttributeDecl decl) |
| void | addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl) |
| void | addGlobalElementDecl(XSElementDecl decl) |
| void | addGlobalGroupDecl(XSGroupDecl decl) |
| void | addGlobalNotationDecl(XSNotationDecl decl) |
| void | addGlobalTypeDecl(XSTypeDefinition decl) |
| void | addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator) |
| XMLGrammarDescription | getGrammarDescription() |
| void | setImportedGrammars(Vector importedGrammars) |
Parameters: grammar