| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdRestriction |
XsdSimpleType.restriction |
A
XsdRestriction instance that is present in the XsdSimpleType instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdRestriction |
XsdSimpleType.getRestriction() |
|
XsdRestriction |
XsdComplexContent.getXsdRestriction() |
|
XsdRestriction |
XsdSimpleContent.getXsdRestriction() |
| Modifier and Type | Method | Description |
|---|---|---|
List<XsdRestriction> |
XsdAttribute.getAllRestrictions() |
|
List<XsdRestriction> |
XsdSimpleType.getAllRestrictions() |
This method obtains all the restrictions for the current
XsdSimpleType element. |
| Modifier and Type | Method | Description |
|---|---|---|
private boolean |
XsdSimpleType.existsRestrictionOverlap(XsdRestriction existing,
XsdRestriction newRestriction) |
Checks for any restriction overlap between two different
XsdRestriction instances. |
void |
XsdSimpleType.setRestriction(XsdRestriction restriction) |
|
private void |
XsdSimpleType.updateExistingRestriction(XsdRestriction existing,
XsdRestriction newRestriction) |
Joins two distinct
XsdRestriction instances. |
private void |
XsdSimpleType.updateExistingRestrictionEnumerations(XsdRestriction existing,
XsdRestriction newRestriction) |
Updates the existing
XsdRestriction with the restrictions of the new XsdRestriction instance. |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdRestriction |
XsdRestrictionsVisitor.owner |
The
XsdRestriction instance which owns this XsdRestrictionsVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdRestriction |
XsdRestrictionsVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdRestriction element) |
|
void |
XsdComplexContentVisitor.visit(XsdRestriction element) |
|
void |
XsdSimpleContentVisitor.visit(XsdRestriction element) |
|
void |
XsdSimpleTypeVisitor.visit(XsdRestriction element) |
| Constructor | Description |
|---|---|
XsdRestrictionsVisitor(XsdRestriction owner) |
Copyright © 2018. All rights reserved.