org.apache.xerces.impl.xs
public static final class SchemaGrammar.Schema4Annotations extends SchemaGrammar
A partial schema for schemas for validating annotations.
| Constructor Summary | |
|---|---|
| Schema4Annotations()
Special constructor to create a schema
capable of validating annotations. | |
| 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) |