| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdSimpleType |
XsdList.simpleType |
The
XsdSimpleType instance that states the type of the elements that belong to this XsdList
instance. |
private XsdSimpleType |
XsdRestriction.simpleType |
The
XsdSimpleType instance of this XsdRestriction instance. |
| Modifier and Type | Field | Description |
|---|---|---|
private List<XsdSimpleType> |
XsdUnion.simpleTypeList |
A List of
XsdSimpleType instances that represent the XsdUnion. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdSimpleType |
XsdSimpleType.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
XsdSimpleType |
XsdRestriction.getSimpleType() |
|
XsdSimpleType |
XsdAttribute.getXsdSimpleType() |
|
XsdSimpleType |
XsdElement.getXsdSimpleType() |
|
XsdSimpleType |
XsdList.getXsdSimpleType() |
| Modifier and Type | Method | Description |
|---|---|---|
Stream<XsdSimpleType> |
XsdSchema.getChildrenSimpleTypes() |
|
List<XsdSimpleType> |
XsdUnion.getUnionElements() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XsdSchema.add(XsdSimpleType element) |
|
void |
XsdUnion.add(XsdSimpleType simpleType) |
|
void |
XsdList.setSimpleType(XsdSimpleType simpleType) |
|
void |
XsdRestriction.setSimpleType(XsdSimpleType simpleType) |
| Modifier and Type | Field | Description |
|---|---|---|
private XsdSimpleType |
XsdSimpleTypeVisitor.owner |
The
XsdSimpleType instance which owns this XsdSimpleTypeVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdSimpleType |
XsdSimpleTypeVisitor.getOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdSimpleType element) |
|
void |
XsdAttributeVisitor.visit(XsdSimpleType element) |
|
void |
XsdElementVisitor.visit(XsdSimpleType element) |
|
void |
XsdListVisitor.visit(XsdSimpleType element) |
|
void |
XsdRestrictionsVisitor.visit(XsdSimpleType element) |
|
void |
XsdSchemaVisitor.visit(XsdSimpleType element) |
|
void |
XsdUnionVisitor.visit(XsdSimpleType element) |
| Constructor | Description |
|---|---|
XsdSimpleTypeVisitor(XsdSimpleType owner) |
Copyright © 2018. All rights reserved.