| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.elementswrapper | |
| org.xmlet.xsdparser.xsdelements.visitors |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XsdAttribute |
A class representing the xsd:attribute element.
|
class |
XsdAttributeGroup |
A class is representing xsd:attributeGroup elements.
|
class |
XsdComplexType |
A class representing the xsd:complexType element.
|
class |
XsdElement |
A class representing the xsd:element element.
|
class |
XsdGroup |
A class representing the xsd:complexType element.
|
class |
XsdSimpleType |
A class representing the xsd:simpleType element.
|
| Modifier and Type | Method | Description |
|---|---|---|
XsdNamedElements |
XsdAttributeGroup.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
XsdNamedElements |
XsdGroup.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
abstract XsdNamedElements |
XsdNamedElements.clone(Map<String,String> placeHolderAttributes) |
Performs a copy of the current object for replacing purposes.
|
| Modifier and Type | Method | Description |
|---|---|---|
XsdNamedElements |
NamedConcreteElement.getElement() |
|
XsdNamedElements |
UnsolvedReference.getElement() |
| Constructor | Description |
|---|---|
NamedConcreteElement(XsdNamedElements element,
String name) |
|
UnsolvedReference(String refType,
XsdNamedElements element) |
|
UnsolvedReference(XsdNamedElements element) |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
XsdAbstractElementVisitor.visit(XsdNamedElements element) |
Copyright © 2018. All rights reserved.