XSContentTypeVisitor
, XSTermVisitor
BindGreen
, BindPurple
, BindRed
, BindYellow
, SchemaTreeTraverser
, SchemaWriter
public interface XSVisitor extends XSTermVisitor, XSContentTypeVisitor
XSComponent
Modifier and Type | Method | 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) |
empty, particle, simpleType
elementDecl, modelGroup, modelGroupDecl, wildcard
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 © 2018 Oracle Corporation. All rights reserved.