XsdAbstractElementVisitorpublic class XsdListVisitor extends XsdAnnotatedElementsVisitor
XsdList element, which can only contain XsdSimpleType as children.
Can also have XsdAnnotation children as per inheritance of XsdAnnotatedElementsVisitor.| Modifier and Type | Field | Description |
|---|---|---|
private XsdList |
owner |
The
XsdList instance which owns this XsdListVisitor instance. |
| Constructor | Description |
|---|---|
XsdListVisitor(XsdList owner) |
| Modifier and Type | Method | Description |
|---|---|---|
XsdList |
getOwner() |
|
void |
visit(XsdSimpleType element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitvisitprivate final XsdList owner
XsdList instance which owns this XsdListVisitor instance. This way this visitor instance can
perform changes in the XsdList object.public XsdListVisitor(XsdList owner)
public XsdList getOwner()
getOwner in interface XsdAbstractElementVisitorgetOwner in class XsdAnnotatedElementsVisitorpublic void visit(XsdSimpleType element)
Copyright © 2018. All rights reserved.