public class AtlasRewritingXSVisitor extends Object implements XSVisitor
XSVisitor.| Constructor and Description |
|---|
AtlasRewritingXSVisitor(Node source,
Node target) |
| 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 complex) |
void |
elementDecl(XSElementDecl decl) |
void |
empty(XSContentType empty) |
void |
facet(XSFacet facet) |
void |
identityConstraint(XSIdentityConstraint decl) |
void |
modelGroup(XSModelGroup model) |
void |
modelGroupDecl(XSModelGroupDecl decl) |
void |
notation(XSNotation notation) |
void |
particle(XSParticle particle) |
void |
schema(XSSchema schema) |
void |
simpleType(XSSimpleType simpleType) |
void |
wildcard(XSWildcard wc) |
void |
xpath(XSXPath xp) |
public void attributeUse(XSAttributeUse use)
attributeUse in interface XSVisitorpublic void modelGroupDecl(XSModelGroupDecl decl)
modelGroupDecl in interface XSTermVisitorpublic void modelGroup(XSModelGroup model)
modelGroup in interface XSTermVisitorpublic void particle(XSParticle particle)
particle in interface XSContentTypeVisitorpublic void complexType(XSComplexType complex)
complexType in interface XSVisitorpublic void elementDecl(XSElementDecl decl)
elementDecl in interface XSTermVisitorpublic void attributeDecl(XSAttributeDecl decl)
attributeDecl in interface XSVisitorpublic void simpleType(XSSimpleType simpleType)
simpleType in interface XSContentTypeVisitorpublic void empty(XSContentType empty)
empty in interface XSContentTypeVisitorpublic void annotation(XSAnnotation ann)
annotation in interface XSVisitorpublic void notation(XSNotation notation)
public void identityConstraint(XSIdentityConstraint decl)
identityConstraint in interface XSVisitorpublic void wildcard(XSWildcard wc)
wildcard in interface XSTermVisitorpublic void attGroupDecl(XSAttGroupDecl decl)
attGroupDecl in interface XSVisitorCopyright © 2021 JBoss by Red Hat. All rights reserved.