public interface XSVisitor extends XSTermVisitor, XSContentTypeVisitor
XSComponent
Modifier and Type | Method and Description |
---|---|
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) |
elementDecl, modelGroup, modelGroupDecl, wildcard
empty, particle, simpleType
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)
Copyright © 2021 JBoss by Red Hat. All rights reserved.