com.sun.xml.xsom.visitor
Interface XSVisitor
- All Superinterfaces:
- XSContentTypeVisitor, XSTermVisitor
- All Known Implementing Classes:
- SchemaTreeTraverser, SchemaWriter
public interface XSVisitor
- extends XSTermVisitor, XSContentTypeVisitor
Visitor for XSComponent
annotation
void annotation(XSAnnotation ann)
attGroupDecl
void attGroupDecl(XSAttGroupDecl decl)
attributeDecl
void attributeDecl(XSAttributeDecl decl)
attributeUse
void attributeUse(XSAttributeUse use)
complexType
void complexType(XSComplexType type)
schema
void schema(XSSchema schema)
facet
void facet(XSFacet facet)
notation
void notation(XSNotation notation)
identityConstraint
void identityConstraint(XSIdentityConstraint decl)
xpath
void xpath(XSXPath xp)
Copyright © 2012 Oracle. All Rights Reserved.