| Package | Description |
|---|---|
| org.xmlet.xsdparser.core | |
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdElement> |
XsdParser.getResultXsdElements() |
| Modifier and Type | Method | Description |
|---|---|---|
XsdElement |
XsdElement.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
XsdElement |
XsdExtension.getBase() |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdElement> |
XsdAll.getChildrenElements() |
|
Stream<XsdElement> |
XsdChoice.getChildrenElements() |
|
Stream<XsdElement> |
XsdSchema.getChildrenElements() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XsdSchema.add(XsdElement element) |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdElement |
XsdElementVisitor.owner |
The
XsdElement instance which owns this XsdElementVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdElement |
XsdElementVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdElement element) |
|
void |
XsdAllVisitor.visit(XsdElement element) |
|
void |
XsdChoiceVisitor.visit(XsdElement element) |
|
void |
XsdSchemaVisitor.visit(XsdElement element) |
|
void |
XsdSequenceVisitor.visit(XsdElement element) |
| Constructor | Description |
|---|---|
XsdElementVisitor(XsdElement owner) |
Copyright © 2018. All rights reserved.