Uses of Class
org.apache.cxf.javascript.AttributeInfo
-
Packages that use AttributeInfo Package Description org.apache.cxf.javascript -
-
Uses of AttributeInfo in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript that return AttributeInfo Modifier and Type Method Description static AttributeInfoAttributeInfo. forGlobalAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator)Create an elementInfo that stores information about a global, named, element.static AttributeInfoAttributeInfo. forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, QName contextName)Fill in an AttributeInfo for an attribute or anyAttribute from a sequence.
-