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