Package com.sun.xml.xsom.visitor
Interface XSVisitor
- All Superinterfaces:
XSContentTypeVisitor
,XSTermVisitor
- All Known Implementing Classes:
AtlasRewritingXSVisitor
,SchemaTreeTraverser
,SchemaWriter
Visitor for
XSComponent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
annotation
(XSAnnotation ann) void
attGroupDecl
(XSAttGroupDecl decl) void
attributeDecl
(XSAttributeDecl decl) void
void
complexType
(XSComplexType type) void
void
void
notation
(XSNotation notation) void
void
Methods inherited from interface com.sun.xml.xsom.visitor.XSContentTypeVisitor
empty, particle, simpleType
Methods inherited from interface com.sun.xml.xsom.visitor.XSTermVisitor
elementDecl, modelGroup, modelGroupDecl, wildcard
-
Method Details
-
annotation
-
attGroupDecl
-
attributeDecl
-
attributeUse
-
complexType
-
schema
-
facet
-
notation
-
identityConstraint
-
xpath
-