| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Method | Description |
|---|---|---|
XsdGroup |
XsdComplexType.getChildAsGroup() |
|
XsdGroup |
XsdExtension.getChildAsGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdGroup> |
XsdChoice.getChildrenGroups() |
|
Stream<XsdGroup> |
XsdSchema.getChildrenGroups() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XsdSchema.add(XsdGroup element) |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdGroup |
XsdGroupVisitor.owner |
The
XsdGroup instance which owns this XsdGroupVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdGroup |
XsdGroupVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdGroup element) |
|
void |
XsdChoiceVisitor.visit(XsdGroup element) |
|
void |
XsdComplexTypeVisitor.visit(XsdGroup element) |
|
void |
XsdExtensionVisitor.visit(XsdGroup element) |
|
void |
XsdSchemaVisitor.visit(XsdGroup element) |
|
void |
XsdSequenceVisitor.visit(XsdGroup element) |
| Constructor | Description |
|---|---|
XsdGroupVisitor(XsdGroup owner) |
Copyright © 2018. All rights reserved.