- MAX_OCCURS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- maxExclusive - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMaxExclusive instance that specifies the maxExclusive value for a numeric type.
- maxInclusive - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMaxInclusive instance that specifies the maxInclusive value for a numeric type.
- maxLength - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMaxLength instance that specifies the maxLength of a List or a String type.
- maxOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdAll
-
Specifies the maximum number of times this element can occur in the parent element.
- maxOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdChoice
-
Specifies the maximum number of times this element can occur in the parent element.
- maxOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Specifies the maximum number of times this element can occur in the parent element.
- maxOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
Specifies the maximum number of times this element can occur in the parent element.
- maxOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdSequence
-
Specifies the maximum number of times this element can occur in the parent element.
- maxOccursValidation(String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
Checks if the maxOccurs attribute is unbounded or an
Integer value.
- MEMBER_TYPES_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- memberTypes - Variable in class org.xmlet.xsdparser.xsdelements.XsdUnion
-
Specifies a list of built-in data types or
XsdSimpleType instance names defined in a XsdSchema.
- MIN_OCCURS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- minExclusive - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMinExclusive instance that specifies the minExclusive value for a numeric type.
- minInclusive - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMinInclusive instance that specifies the minInclusive value for a numeric type.
- minLength - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
A
XsdMinLength instance that specifies the minLength of a List or a String type.
- minOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdAll
-
Specifies the minimum number of times this element can occur in the parent element.
- minOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdChoice
-
Specifies the minimum number of times this element can occur in the parent element.
- minOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Specifies the minimum number of times this element can occur in the parent element.
- minOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
Specifies the minimum number of times this element can occur in the parent element.
- minOccurs - Variable in class org.xmlet.xsdparser.xsdelements.XsdSequence
-
Specifies the minimum number of times this element can occur in the parent element.
- mixed - Variable in class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
Specifies whether character data is allowed to appear between the child elements of this element.
- mixed - Variable in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
Specifies whether character data is allowed to appear between the child elements of this complexType element.
- MIXED_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- ref - Variable in class org.xmlet.xsdparser.xsdelements.elementswrapper.UnsolvedReference
-
- REF_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- ReferenceBase - Class in org.xmlet.xsdparser.xsdelements.elementswrapper
-
- ReferenceBase(XsdAbstractElement) - Constructor for class org.xmlet.xsdparser.xsdelements.elementswrapper.ReferenceBase
-
- REPLACE - org.xmlet.xsdparser.xsdelements.enums.WhiteSpaceEnum
-
- replaceUnsolvedAttributes(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.visitors.AttributesVisitor
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
This method aims to replace the previously created
UnsolvedReference in case that the type of the
current
XsdElement instance is not a built-in type.
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdExtension
-
This method should always receive two elements, one to replace the
UnsolvedReference created due to
the value present in the base attribute and another if it has an
UnsolvedReference as a child element.
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdMultipleElements
-
- replaceUnsolvedElements(NamedConcreteElement) - Method in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
- replaceUnsolvedReference(Map<String, List<NamedConcreteElement>>, UnsolvedReference) - Method in class org.xmlet.xsdparser.core.XsdParser
-
- REQUIRED - org.xmlet.xsdparser.xsdelements.enums.UsageEnum
-
- resolveRefs() - Method in class org.xmlet.xsdparser.core.XsdParser
-
This method resolves all the remaining
UnsolvedReference objects present after all the elements are parsed.
- restriction - Variable in class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
- restriction - Variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleContent
-
- restriction - Variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.BlockDefaultEnum
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.BlockEnum
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.ComplexTypeBlockEnum
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.FinalDefaultEnum
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.FinalEnum
-
- RESTRICTION - org.xmlet.xsdparser.xsdelements.enums.SimpleTypeFinalEnum
-
- restrictionName - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdDoubleRestrictions
-
The name of the restrictions that extends this class.
- rule1() - Method in class org.xmlet.xsdparser.xsdelements.XsdNamedElements
-
Asserts that the current element doesn't have both ref and name attributes at the same time.
- rule2() - Method in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
Asserts if the current object has the fixed and default attributes at the same time, which isn't allowed, throwing
an exception in that case.
- rule2() - Method in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
Asserts if the current object has a simpleContent as children and contains a value for the mixed attribute, which isn't allowed throwing
an exception in that case.
- rule2() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Asserts if the current object is a direct child of the top level XsdSchema element and doesn't have a name, which isn't allowed,
throwing an exception in that case.
- rule2() - Method in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
Asserts if the current object has the name attribute when not being a direct child of the XsdSchema element, which is
not allowed, throwing an exception in that case.
- rule2() - Method in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
Asserts that the current object has the required name attribute when not being a direct child of the XsdSchema element.
- rule3() - Method in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
Asserts if the current object has a ref attribute at the same time as either a simpleType as children, a form attribute or a type attribute.
- rule3() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Asserts if the current object has a ref attribute while being a direct child of the top level XsdSchema element, which isn't allowed,
throwing an exception in that case.
- rule3() - Method in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
Asserts if the current has no value for its name attribute while being a direct child of the top level XsdSchema element,
which is required.
- rule3() - Method in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
Asserts if the current has no value for its name attribute while being a direct child of the top level XsdSchema element,
which is required.
- rule4() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Asserts if the current object isn't a direct child of the top level XsdSchema and has a value for the substitutionGroup,
which isn't allowed, throwing an exception in that case.
- rule5() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- rule6() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- rule7() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Asserts if the current object has a form attribute while being a direct child of the top level XsdSchema element,
which isn't allowed, throwing an exception in that case.
- validateBoolean(String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
- validateDouble(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
- validateNonNegativeInteger(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
Validates if a given String is a non negative
Integer.
- validatePositiveInteger(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
Validates if a given String is a positive
Integer.
- validateRequiredDouble(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
- validateRequiredNonNegativeInteger(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
Validates if a given String is a non negative
Integer.
- validateRequiredPositiveInteger(String, String, String) - Static method in class org.xmlet.xsdparser.xsdelements.AttributeValidations
-
Validates if a given String is a positive
Integer.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdElement
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdNamedElements
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- validateSchemaRules() - Method in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.BlockDefaultEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.BlockEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.ComplexTypeBlockEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.FinalDefaultEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.FinalEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.FormEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.SimpleTypeFinalEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.UsageEnum
-
- value - Variable in enum org.xmlet.xsdparser.xsdelements.enums.WhiteSpaceEnum
-
- value - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdDoubleRestrictions
-
The value of associated with a given restriction.
- value - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdIntegerRestrictions
-
The value of associated with a given restriction.
- value - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdStringRestrictions
-
The value of associated with a given restriction.
- value - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-
- VALUE_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.BlockDefaultEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.BlockEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.ComplexTypeBlockEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FinalDefaultEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FinalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FormEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.SimpleTypeFinalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.UsageEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmlet.xsdparser.xsdelements.enums.WhiteSpaceEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.BlockDefaultEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.BlockEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.ComplexTypeBlockEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FinalDefaultEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FinalEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.FormEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.SimpleTypeFinalEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.UsageEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmlet.xsdparser.xsdelements.enums.WhiteSpaceEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class org.xmlet.xsdparser.xsdelements.XsdSchema
-
- VERSION - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- visit(XsdAll) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdAnnotation) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdAnnotation) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotatedElementsVisitor
-
- visit(XsdAnnotation) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdAppInfo) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdAppInfo) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotationVisitor
-
- visit(XsdAttribute) - Method in class org.xmlet.xsdparser.xsdelements.visitors.AttributesVisitor
-
- visit(XsdAttribute) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdAttribute) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAttributeGroupVisitor
-
- visit(XsdAttribute) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdAttributeGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.AttributesVisitor
-
- visit(XsdAttributeGroup) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdAttributeGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdChoice) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdChoice) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdChoiceVisitor
-
- visit(XsdChoice) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSequenceVisitor
-
- visit(XsdComplexContent) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdComplexContent) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexTypeVisitor
-
- visit(XsdComplexType) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdComplexType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdElementVisitor
-
- visit(XsdComplexType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdDocumentation) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdDocumentation) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotationVisitor
-
- visit(XsdElement) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdElement) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAllVisitor
-
- visit(XsdElement) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdChoiceVisitor
-
- visit(XsdElement) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdElement) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSequenceVisitor
-
- visit(XsdExtension) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdExtension) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexContentVisitor
-
- visit(XsdExtension) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleContentVisitor
-
- visit(XsdGroup) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdChoiceVisitor
-
- visit(XsdGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexTypeVisitor
-
- visit(XsdGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdExtensionVisitor
-
- visit(XsdGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdGroup) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSequenceVisitor
-
- visit(XsdImport) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdImport) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdInclude) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdInclude) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdList) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdList) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleTypeVisitor
-
- visit(XsdMultipleElements) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMultipleElements) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexTypeVisitor
-
- visit(XsdMultipleElements) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdExtensionVisitor
-
- visit(XsdMultipleElements) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdGroupVisitor
-
- visit(XsdNamedElements) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdRestriction) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdRestriction) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexContentVisitor
-
- visit(XsdRestriction) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleContentVisitor
-
- visit(XsdRestriction) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleTypeVisitor
-
- visit(XsdEnumeration) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdEnumeration) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdFractionDigits) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdFractionDigits) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdLength) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdLength) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMaxExclusive) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMaxExclusive) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMaxInclusive) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMaxInclusive) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMaxLength) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMaxLength) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMinExclusive) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMinExclusive) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMinInclusive) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMinInclusive) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdMinLength) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdMinLength) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdPattern) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdPattern) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdTotalDigits) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdTotalDigits) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdWhiteSpace) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdWhiteSpace) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdSequence) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdSequence) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdChoiceVisitor
-
- visit(XsdSequence) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSequenceVisitor
-
- visit(XsdSimpleContent) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdSimpleContent) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexTypeVisitor
-
- visit(XsdSimpleType) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdAttributeVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdElementVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdListVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- visit(XsdSimpleType) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdUnionVisitor
-
- visit(XsdUnion) - Method in interface org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor
-
- visit(XsdUnion) - Method in class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleTypeVisitor
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdAll
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdAnnotation
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdChoice
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdExtension
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdImport
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdInclude
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdList
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdDoubleRestrictions
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdIntegerRestrictions
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdStringRestrictions
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdSchema
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdSequence
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleContent
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- visitor - Variable in class org.xmlet.xsdparser.xsdelements.XsdUnion
-
- VisitorNotFoundException - Exception in org.xmlet.xsdparser.xsdelements.exceptions
-
- VisitorNotFoundException(String) - Constructor for exception org.xmlet.xsdparser.xsdelements.exceptions.VisitorNotFoundException
-
- XML_LANG_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- xmlLang - Variable in class org.xmlet.xsdparser.xsdelements.XsdDocumentation
-
- xmlns - Variable in class org.xmlet.xsdparser.xsdelements.XsdSchema
-
A URI reference that specifies one or more namespaces for use in this
XsdSchema.
- XMLNS - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAll
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAnnotation
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAppInfo
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdChoice
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdDocumentation
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdExtension
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdImport
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdInclude
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdList
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdEnumeration
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdFractionDigits
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdLength
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxExclusive
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxInclusive
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxLength
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinExclusive
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinInclusive
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinLength
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdPattern
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdTotalDigits
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSchema
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSequence
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleContent
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- XS_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdUnion
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAll
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAnnotation
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAppInfo
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdChoice
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdDocumentation
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdExtension
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdGroup
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdImport
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdInclude
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdList
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdEnumeration
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdFractionDigits
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdLength
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxExclusive
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxInclusive
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxLength
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinExclusive
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinInclusive
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinLength
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdPattern
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdTotalDigits
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSchema
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSequence
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleContent
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- XSD_TAG - Static variable in class org.xmlet.xsdparser.xsdelements.XsdUnion
-
- XsdAbstractElement - Class in org.xmlet.xsdparser.xsdelements
-
This class serves as a base to every element class, i.e.
- XsdAbstractElement(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- XsdAbstractElementVisitor - Interface in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdAll - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:all element.
- XsdAll(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAll
-
- XsdAllVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
Represents the restrictions of the
XsdAll element, which can only contain
XsdElement as children.
- XsdAllVisitor(XsdAll) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdAllVisitor
-
- XsdAnnotatedElements - Class in org.xmlet.xsdparser.xsdelements
-
Serves as a base to every
XsdAbstractElement concrete type which can have xsd:annotation as children.
- XsdAnnotatedElements(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAnnotatedElements
-
- XsdAnnotatedElementsVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
Represents the restrictions of all the XSD elements that can have an
XsdAnnotation as children.
- XsdAnnotatedElementsVisitor(XsdAnnotatedElements) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotatedElementsVisitor
-
- XsdAnnotation - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:annotation element.
- XsdAnnotation(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAnnotation
-
- XsdAnnotationChildren - Class in org.xmlet.xsdparser.xsdelements
-
- XsdAnnotationChildren(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAnnotationChildren
-
- xsdAnnotationChildrenParse(Node, XsdAnnotationChildren) - Static method in class org.xmlet.xsdparser.xsdelements.XsdAnnotationChildren
-
- XsdAnnotationVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdAnnotationVisitor(XsdAnnotation) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotationVisitor
-
- XsdAppInfo - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:appInfo element.
- XsdAppInfo(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAppInfo
-
- XsdAttribute - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:attribute element.
- XsdAttribute(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- XsdAttribute(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAttribute
-
- XsdAttributeGroup - Class in org.xmlet.xsdparser.xsdelements
-
A class is representing xsd:attributeGroup elements.
- XsdAttributeGroup(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- XsdAttributeGroup(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdAttributeGroup
-
- XsdAttributeGroupVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdAttributeGroupVisitor(XsdAttributeGroup) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdAttributeGroupVisitor
-
- XsdAttributeVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdAttributeVisitor(XsdAttribute) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdAttributeVisitor
-
- XsdChoice - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:choice element.
- XsdChoice(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdChoice
-
- XsdChoiceVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdChoiceVisitor(XsdChoice) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdChoiceVisitor
-
- XsdComplexContent - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:complexContent element.
- XsdComplexContent(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdComplexContent
-
- XsdComplexContentVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdComplexContentVisitor(XsdComplexContent) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexContentVisitor
-
- XsdComplexType - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:complexType element.
- XsdComplexType(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- XsdComplexType(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdComplexType
-
- XsdComplexTypeVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdComplexTypeVisitor(XsdComplexType) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdComplexTypeVisitor
-
- XsdDocumentation - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:documentation element.
- XsdDocumentation(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdDocumentation
-
- XsdDoubleRestrictions - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
This class serves as a base to every different restriction that has its restricting parameter defined as a
Double.
- XsdDoubleRestrictions(XsdParser, Map<String, String>, String) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdDoubleRestrictions
-
- XsdElement - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:element element.
- XsdElement(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdElement
-
- XsdElement(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdElement
-
- xsdElementIsXsdSchema - Static variable in class org.xmlet.xsdparser.xsdelements.XsdElement
-
- XsdElementVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdElementVisitor(XsdElement) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdElementVisitor
-
- XsdEnum<T> - Interface in org.xmlet.xsdparser.xsdelements.enums
-
A shared interface for all the
Enum classes of this solution.
- XsdEnumeration - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
Represents a value that a given XSD type is allowed to take.
- XsdEnumeration(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdEnumeration
-
- XsdExtension - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:extension element.
- XsdExtension(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdExtension
-
- XsdExtensionVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdExtensionVisitor(XsdExtension) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdExtensionVisitor
-
- XsdFractionDigits - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the number of fraction digits allowed in a numeric type.
- XsdFractionDigits(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdFractionDigits
-
- XsdGroup - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:complexType element.
- XsdGroup(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdGroup
-
- XsdGroup(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdGroup
-
- XsdGroupVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdGroupVisitor(XsdGroup) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdGroupVisitor
-
- XsdIdentifierElements - Class in org.xmlet.xsdparser.xsdelements
-
A class that serves as a base to every
XsdAbstractElement concrete type that contains an id field.
- XsdIdentifierElements(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdIdentifierElements
-
- XsdImport - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:import element.
- XsdImport(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdImport
-
- XsdInclude - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:include element.
- XsdInclude(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdInclude
-
- XsdIntegerRestrictions - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
This class serves as a base to every different restriction that has its restricting parameter defined as an
Integer.
- XsdIntegerRestrictions(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdIntegerRestrictions
-
- XsdLength - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the exact number of length to a given type, either a
String, a
List, or another measurable type.
- XsdLength(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdLength
-
- XsdList - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:list element.
- XsdList(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdList
-
- XsdListVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
Represents the restrictions of the
XsdList element, which can only contain
XsdSimpleType as children.
- XsdListVisitor(XsdList) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdListVisitor
-
- XsdMaxExclusive - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the maximum numeric value that a given type might take, excluding the respective value.
- XsdMaxExclusive(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxExclusive
-
- XsdMaxInclusive - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the maximum numeric value that a given type might take, including the respective value.
- XsdMaxInclusive(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxInclusive
-
- XsdMaxLength - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the maximum length of a given type, either a
String, a
List or another measurable type.
- XsdMaxLength(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMaxLength
-
- XsdMinExclusive - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the minimum numeric value that a given type might take, excluding the respective value.
- XsdMinExclusive(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinExclusive
-
- XsdMinInclusive - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the minimum numeric value that a given type might take, including the respective value.
- XsdMinInclusive(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinInclusive
-
- XsdMinLength - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the minimum length of a given type, either a
String, a
List or another measurable type.
- XsdMinLength(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdMinLength
-
- XsdMultipleElements - Class in org.xmlet.xsdparser.xsdelements
-
- XsdMultipleElements(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdMultipleElements
-
- XsdNamedElements - Class in org.xmlet.xsdparser.xsdelements
-
This class serves as a base to concrete
XsdAbstractElement classes that can have a name attribute.
- XsdNamedElements(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdNamedElements
-
- XsdParser - Class in org.xmlet.xsdparser.core
-
XsdParser in the core class of the XsdParser project.
- XsdParser(String) - Constructor for class org.xmlet.xsdparser.core.XsdParser
-
The XsdParser constructor will parse the XSD file with the filepath and will also parse all the subsequent
XSD files with their path present in xsd:import and xsd:include tags.
- xsdParseSkeleton(Node, XsdAbstractElement) - Static method in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- XsdPattern - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States a pattern that a given attribute must match in order to be considered valid.
- XsdPattern(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdPattern
-
- xsdRawContentParse(Node) - Static method in class org.xmlet.xsdparser.xsdelements.XsdAbstractElement
-
- XsdRestriction - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:restriction element.
- XsdRestriction(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdRestriction
-
- XsdRestrictionsVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdRestrictionsVisitor(XsdRestriction) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdRestrictionsVisitor
-
- XsdSchema - Class in org.xmlet.xsdparser.xsdelements
-
- XsdSchema(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdSchema
-
- XsdSchemaVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdSchemaVisitor(XsdSchema) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdSchemaVisitor
-
- XsdSequence - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:sequence element.
- XsdSequence(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdSequence
-
- XsdSequenceVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdSequenceVisitor(XsdSequence) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdSequenceVisitor
-
- XsdSimpleContent - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:simpleContent element.
- XsdSimpleContent(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdSimpleContent
-
- XsdSimpleContentVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdSimpleContentVisitor(XsdSimpleContent) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleContentVisitor
-
- XsdSimpleType - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:simpleType element.
- XsdSimpleType(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- XsdSimpleType(XsdAbstractElement, XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdSimpleType
-
- XsdSimpleTypeVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdSimpleTypeVisitor(XsdSimpleType) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdSimpleTypeVisitor
-
- XsdStringRestrictions - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
This class serves as a base to every different restriction that has its restricting parameter defined as an
String.
- XsdStringRestrictions(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdStringRestrictions
-
- XsdTotalDigits - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States the number of total digits allowed in a numeric type.
- XsdTotalDigits(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdTotalDigits
-
- xsdTypesToJava - Static variable in class org.xmlet.xsdparser.core.XsdParser
-
A
Map object that contains the all the XSD types and their respective types in the Java
language.
- XsdUnion - Class in org.xmlet.xsdparser.xsdelements
-
A class representing the xsd:union element.
- XsdUnion(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.XsdUnion
-
- XsdUnionVisitor - Class in org.xmlet.xsdparser.xsdelements.visitors
-
- XsdUnionVisitor(XsdUnion) - Constructor for class org.xmlet.xsdparser.xsdelements.visitors.XsdUnionVisitor
-
- XsdWhiteSpace - Class in org.xmlet.xsdparser.xsdelements.xsdrestrictions
-
States how the whiteSpace characters should be treated.
- XsdWhiteSpace(XsdParser, Map<String, String>) - Constructor for class org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-