Package | Description |
---|---|
org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaTypeInfo |
XmlSchemaStateMachineNode.getElementType()
If this
SchemaStateMachineNode represents an
XmlSchemaElement , the XmlSchemaTypeInfo of the element it
represents. |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaStateMachineGenerator.onEndAttributes(XmlSchemaElement element,
XmlSchemaTypeInfo elemTypeInfo) |
void |
XmlSchemaStateMachineGenerator.onEnterElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited) |
void |
XmlSchemaStateMachineGenerator.onExitElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited) |
Modifier and Type | Method and Description |
---|---|
XmlSchemaTypeInfo |
XmlSchemaAttrInfo.getType()
The attribute's value type.
|
Modifier and Type | Method and Description |
---|---|
List<XmlSchemaTypeInfo> |
XmlSchemaTypeInfo.getChildTypes()
If this represents a list or a union, returns the set of children types.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaVisitor.onEndAttributes(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo)
This method is called when all of the attributes have been processed
(provided the element has a type defined).
|
void |
XmlSchemaVisitor.onEnterElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
A notification that an
XmlSchemaElement has been entered. |
void |
XmlSchemaVisitor.onExitElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
Signifies the end of the element that was previously entered.
|
Constructor and Description |
---|
XmlSchemaAttrInfo(XmlSchemaAttribute attribute,
XmlSchemaTypeInfo attrType)
|
XmlSchemaTypeInfo(XmlSchemaTypeInfo listType)
Constructs a new
XmlSchemaTypeInfo representing a list of
other XmlSchemaTypeInfo s. |
XmlSchemaTypeInfo(XmlSchemaTypeInfo listType,
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
Constructs a list with facets.
|
Constructor and Description |
---|
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes)
Constructs a union with the set of valid types a value adhering to the
union must conform to.
|
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes,
HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
Constructs a union with the set of valid types the a value adhering to
the union must conform to, along with any constraining facets on the
union itself.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.