Uses of Class
org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo
Packages that use XmlSchemaAttrInfo
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath with type parameters of type XmlSchemaAttrInfoModifier and TypeFieldDescription(package private) final List<XmlSchemaAttrInfo> XmlSchemaStateMachineGenerator.ElementInfo.attributesprivate final List<XmlSchemaAttrInfo> XmlSchemaStateMachineNode.attributesMethods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaAttrInfoModifier and TypeMethodDescriptionXmlSchemaStateMachineNode.getAttributes()If thisSchemaStateMachineNoderepresents anXmlSchemaElement, the set ofXmlSchemaAttrInfos associated with the element it represents.Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAttrInfoModifier and TypeMethodDescription(package private) voidXmlSchemaStateMachineGenerator.ElementInfo.addAttribute(XmlSchemaAttrInfo attrInfo) voidXmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element, XmlSchemaAttrInfo attrInfo) Constructor parameters in org.apache.ws.commons.schema.docpath with type arguments of type XmlSchemaAttrInfoModifierConstructorDescription(package private)XmlSchemaStateMachineNode(XmlSchemaElement elem, List<XmlSchemaAttrInfo> attrs, XmlSchemaTypeInfo typeInfo) Constructs a newSchemaStateMachineNodefor an element. -
Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaAttrInfoModifier and TypeFieldDescriptionprivate HashMap<QName, XmlSchemaAttrInfo> XmlSchemaScope.attributesMethods in org.apache.ws.commons.schema.walker that return XmlSchemaAttrInfoModifier and TypeMethodDescriptionprivate XmlSchemaAttrInfoXmlSchemaScope.getAttribute(XmlSchemaAttribute attribute, boolean forceCopy) Methods in org.apache.ws.commons.schema.walker that return types with arguments of type XmlSchemaAttrInfoModifier and TypeMethodDescriptionprivate HashMap<QName, XmlSchemaAttrInfo> XmlSchemaScope.createAttributeMap(Collection<? extends XmlSchemaAttributeOrGroupRef> attrs) (package private) Collection<XmlSchemaAttrInfo> XmlSchemaScope.getAttributesInScope()The attributes visible in the current scope.private ArrayList<XmlSchemaAttrInfo> XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroup attrGroup) private ArrayList<XmlSchemaAttrInfo> XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroupRef groupRef) private HashMap<QName, XmlSchemaAttrInfo> XmlSchemaScope.mergeAttributes(HashMap<QName, XmlSchemaAttrInfo> parentAttrs, HashMap<QName, XmlSchemaAttrInfo> childAttrs) Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttrInfoModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element, XmlSchemaAttrInfo attrInfo) This method is called for each attribute associated with the element, providing theXmlSchemaAttrInforepresenting that attribute.Method parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaAttrInfoModifier and TypeMethodDescriptionprivate HashMap<QName, XmlSchemaAttrInfo> XmlSchemaScope.mergeAttributes(HashMap<QName, XmlSchemaAttrInfo> parentAttrs, HashMap<QName, XmlSchemaAttrInfo> childAttrs)