|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.SchemaGrammar org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
public static final class SchemaGrammar.Schema4Annotations
A partial schema for schemas for validating annotations.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xerces.impl.xs.SchemaGrammar |
---|
SchemaGrammar.BuiltinSchemaGrammar, SchemaGrammar.Schema4Annotations |
Field Summary |
---|
Fields inherited from class org.apache.xerces.impl.xs.SchemaGrammar |
---|
fAnySimpleType, fAnyType, SG_Schema4Annotations, SG_SchemaNS, SG_XSI |
Constructor Summary | |
---|---|
SchemaGrammar.Schema4Annotations()
Special constructor to create a schema capable of validating annotations. |
Method Summary | |
---|---|
void |
addComplexTypeDecl(XSComplexTypeDecl decl,
SimpleLocator locator)
add one complex type decl: for later constraint checking |
void |
addDocument(java.lang.Object document,
java.lang.String location)
|
void |
addGlobalAttributeDecl(XSAttributeDecl decl)
register one global attribute |
void |
addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
register one global attribute group |
void |
addGlobalElementDecl(XSElementDecl decl)
register one global element |
void |
addGlobalGroupDecl(XSGroupDecl decl)
register one global group |
void |
addGlobalNotationDecl(XSNotationDecl decl)
register one global notation |
void |
addGlobalTypeDecl(XSTypeDefinition decl)
register one global type |
void |
addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
add a group redefined by restriction: for later constraint checking |
XMLGrammarDescription |
getGrammarDescription()
get the XMLGrammarDescription associated with this
object |
void |
setImportedGrammars(java.util.Vector importedGrammars)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaGrammar.Schema4Annotations()
Method Detail |
---|
public XMLGrammarDescription getGrammarDescription()
Grammar
XMLGrammarDescription
associated with this
object
getGrammarDescription
in interface Grammar
getGrammarDescription
in class SchemaGrammar
public void setImportedGrammars(java.util.Vector importedGrammars)
setImportedGrammars
in class SchemaGrammar
public void addGlobalAttributeDecl(XSAttributeDecl decl)
SchemaGrammar
addGlobalAttributeDecl
in class SchemaGrammar
public void addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
SchemaGrammar
addGlobalAttributeGroupDecl
in class SchemaGrammar
public void addGlobalElementDecl(XSElementDecl decl)
SchemaGrammar
addGlobalElementDecl
in class SchemaGrammar
public void addGlobalGroupDecl(XSGroupDecl decl)
SchemaGrammar
addGlobalGroupDecl
in class SchemaGrammar
public void addGlobalNotationDecl(XSNotationDecl decl)
SchemaGrammar
addGlobalNotationDecl
in class SchemaGrammar
public void addGlobalTypeDecl(XSTypeDefinition decl)
SchemaGrammar
addGlobalTypeDecl
in class SchemaGrammar
public void addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)
SchemaGrammar
addComplexTypeDecl
in class SchemaGrammar
public void addRedefinedGroupDecl(XSGroupDecl derived, XSGroupDecl base, SimpleLocator locator)
SchemaGrammar
addRedefinedGroupDecl
in class SchemaGrammar
public void addDocument(java.lang.Object document, java.lang.String location)
addDocument
in class SchemaGrammar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |