|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlSchemaAttrInfo | |
|---|---|
| org.apache.ws.commons.schema.docpath | Building an XML Document's Conforming Path |
| org.apache.ws.commons.schema.walker | Walking XML Schemas |
| Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.docpath |
|---|
| Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaAttrInfo | |
|---|---|
List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineNode.getAttributes()
If this SchemaStateMachineNode represents an
XmlSchemaElement, the set of XmlSchemaAttrInfos
associated with the element it represents. |
| Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAttrInfo | |
|---|---|
void |
XmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
|
| Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.walker |
|---|
| Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttrInfo | |
|---|---|
void |
XmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
This method is called for each attribute associated with the element, providing the XmlSchemaAttrInfo representing that attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||