|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSVisitor
Visitor for XSComponent
Method Summary | |
---|---|
void |
annotation(XSAnnotation ann)
|
void |
attGroupDecl(XSAttGroupDecl decl)
|
void |
attributeDecl(XSAttributeDecl decl)
|
void |
attributeUse(XSAttributeUse use)
|
void |
complexType(XSComplexType type)
|
void |
facet(XSFacet facet)
|
void |
identityConstraint(XSIdentityConstraint decl)
|
void |
notation(XSNotation notation)
|
void |
schema(XSSchema schema)
|
void |
xpath(XSXPath xp)
|
Methods inherited from interface com.sun.xml.xsom.visitor.XSTermVisitor |
---|
elementDecl, modelGroup, modelGroupDecl, wildcard |
Methods inherited from interface com.sun.xml.xsom.visitor.XSContentTypeVisitor |
---|
empty, particle, simpleType |
Method Detail |
---|
void annotation(XSAnnotation ann)
void attGroupDecl(XSAttGroupDecl decl)
void attributeDecl(XSAttributeDecl decl)
void attributeUse(XSAttributeUse use)
void complexType(XSComplexType type)
void schema(XSSchema schema)
void facet(XSFacet facet)
void notation(XSNotation notation)
void identityConstraint(XSIdentityConstraint decl)
void xpath(XSXPath xp)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |