| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.visitors | |
| org.xmlet.xsdparser.xsdelements.xsdrestrictions |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XsdAll |
A class representing the xsd:all element.
|
class |
XsdAttribute |
A class representing the xsd:attribute element.
|
class |
XsdAttributeGroup |
A class is representing xsd:attributeGroup elements.
|
class |
XsdChoice |
A class representing the xsd:choice element.
|
class |
XsdComplexContent |
A class representing the xsd:complexContent element.
|
class |
XsdComplexType |
A class representing the xsd:complexType element.
|
class |
XsdElement |
A class representing the xsd:element element.
|
class |
XsdExtension |
A class representing the xsd:extension element.
|
class |
XsdGroup |
A class representing the xsd:complexType element.
|
class |
XsdImport |
A class representing the xsd:import element.
|
class |
XsdInclude |
A class representing the xsd:include element.
|
class |
XsdList |
A class representing the xsd:list element.
|
class |
XsdMultipleElements |
A class that serves as a base class to three classes that share similarities,
XsdAll, XsdChoice and
XsdSequence. |
class |
XsdNamedElements |
This class serves as a base to concrete
XsdAbstractElement classes that can have a name attribute. |
class |
XsdRestriction |
A class representing the xsd:restriction element.
|
class |
XsdSchema |
|
class |
XsdSequence |
A class representing the xsd:sequence element.
|
class |
XsdSimpleContent |
A class representing the xsd:simpleContent element.
|
class |
XsdSimpleType |
A class representing the xsd:simpleType element.
|
class |
XsdUnion |
A class representing the xsd:union element.
|
| Modifier and Type | Field | Description |
|---|---|---|
private XsdAnnotatedElements |
XsdAnnotatedElementsVisitor.owner |
The
XsdAnnotatedElements instance which owns this XsdAnnotatedElementsVisitor instance. |
| Modifier and Type | Method | Description |
|---|---|---|
XsdAnnotatedElements |
XsdAnnotatedElementsVisitor.getOwner() |
| Constructor | Description |
|---|---|
AttributesVisitor(XsdAnnotatedElements owner) |
|
XsdAnnotatedElementsVisitor(XsdAnnotatedElements owner) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XsdDoubleRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as a
Double. |
class |
XsdEnumeration |
Represents a value that a given XSD type is allowed to take.
|
class |
XsdFractionDigits |
States the number of fraction digits allowed in a numeric type.
|
class |
XsdIntegerRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as an
Integer. |
class |
XsdLength |
|
class |
XsdMaxExclusive |
States the maximum numeric value that a given type might take, excluding the respective value.
|
class |
XsdMaxInclusive |
States the maximum numeric value that a given type might take, including the respective value.
|
class |
XsdMaxLength |
|
class |
XsdMinExclusive |
States the minimum numeric value that a given type might take, excluding the respective value.
|
class |
XsdMinInclusive |
States the minimum numeric value that a given type might take, including the respective value.
|
class |
XsdMinLength |
|
class |
XsdPattern |
States a pattern that a given attribute must match in order to be considered valid.
|
class |
XsdStringRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as an
String. |
class |
XsdTotalDigits |
States the number of total digits allowed in a numeric type.
|
class |
XsdWhiteSpace |
States how the whiteSpace characters should be treated.
|
Copyright © 2018. All rights reserved.