| 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 | Field and Description |
|---|---|
private java.util.List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineNode.attributes |
(package private) java.util.List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineGenerator.ElementInfo.attributes |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineNode.getAttributes()
If this
SchemaStateMachineNode represents an
XmlSchemaElement, the set of XmlSchemaAttrInfos
associated with the element it represents. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
XmlSchemaStateMachineGenerator.ElementInfo.addAttribute(XmlSchemaAttrInfo attrInfo) |
void |
XmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo) |
| Constructor and Description |
|---|
XmlSchemaStateMachineNode(XmlSchemaElement elem,
java.util.List<XmlSchemaAttrInfo> attrs,
XmlSchemaTypeInfo typeInfo)
Constructs a new
SchemaStateMachineNode for an element. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.attributes |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaAttrInfo |
XmlSchemaScope.getAttribute(XmlSchemaAttribute attribute,
boolean forceCopy) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.createAttributeMap(java.util.Collection<? extends XmlSchemaAttributeOrGroupRef> attrs) |
(package private) java.util.Collection<XmlSchemaAttrInfo> |
XmlSchemaScope.getAttributesInScope()
The attributes visible in the current scope.
|
private java.util.ArrayList<XmlSchemaAttrInfo> |
XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroup attrGroup) |
private java.util.ArrayList<XmlSchemaAttrInfo> |
XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroupRef groupRef) |
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.mergeAttributes(java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> parentAttrs,
java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> childAttrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
This method is called for each attribute associated with the element,
providing the
XmlSchemaAttrInfo representing that attribute. |
| Modifier and Type | Method and Description |
|---|---|
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.mergeAttributes(java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> parentAttrs,
java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> childAttrs) |
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.mergeAttributes(java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> parentAttrs,
java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> childAttrs) |