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 XSVisitor
public void modelGroupDecl(XSModelGroupDecl decl)
modelGroupDecl
in interface XSTermVisitor
public void modelGroup(XSModelGroup model)
modelGroup
in interface XSTermVisitor
public void particle(XSParticle particle)
particle
in interface XSContentTypeVisitor
public void complexType(XSComplexType complex)
complexType
in interface XSVisitor
public void elementDecl(XSElementDecl decl)
elementDecl
in interface XSTermVisitor
public void attributeDecl(XSAttributeDecl decl)
attributeDecl
in interface XSVisitor
public void simpleType(XSSimpleType simpleType)
simpleType
in interface XSContentTypeVisitor
public void empty(XSContentType empty)
empty
in interface XSContentTypeVisitor
public void annotation(XSAnnotation ann)
annotation
in interface XSVisitor
public void notation(XSNotation notation)
public void identityConstraint(XSIdentityConstraint decl)
identityConstraint
in interface XSVisitor
public void wildcard(XSWildcard wc)
wildcard
in interface XSTermVisitor
public void attGroupDecl(XSAttGroupDecl decl)
attGroupDecl
in interface XSVisitor
Copyright © 2021 JBoss by Red Hat. All rights reserved.