| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Method | Description |
|---|---|---|
XsdSequence |
XsdComplexType.getChildAsSequence() |
|
XsdSequence |
XsdExtension.getChildAsSequence() |
|
XsdSequence |
XsdGroup.getChildAsSequence() |
|
static XsdSequence |
XsdMultipleElements.getChildAsSequence(XsdMultipleElements element) |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdSequence> |
XsdChoice.getChildrenSequences() |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdSequence |
XsdSequenceVisitor.owner |
The
XsdSequence instance which owns this XsdSequenceVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdSequence |
XsdSequenceVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdSequence element) |
|
void |
XsdChoiceVisitor.visit(XsdSequence element) |
|
void |
XsdSequenceVisitor.visit(XsdSequence element) |
| Constructor | Description |
|---|---|
XsdSequenceVisitor(XsdSequence owner) |
Copyright © 2018. All rights reserved.