| java.lang.Object com.sun.jbi.wsdl2.impl.XmlBeansUtil
XmlBeansUtil | class XmlBeansUtil (Code) | | This class collects a set of XmlBeans utilities.
author: Sun Microsystems, Inc. |
Method Summary | |
static List | getAttributes(SchemaType type) Get the qualified names of all attributes given in the attribute model
of the given schema type. | static Map | getAttributesMap(SchemaType type) Get a map of the qualified names of all attributes given in the attribute
model of the given schema type. |
getAttributes | static List getAttributes(SchemaType type)(Code) | | Get the qualified names of all attributes given in the attribute model
of the given schema type. This is handy for distinguishing extension
attributes in the empty namespace.
Parameters: type - The schema type to analyze. A possibly empty list of attribute QNames. |
getAttributesMap | static Map getAttributesMap(SchemaType type)(Code) | | Get a map of the qualified names of all attributes given in the attribute
model of the given schema type. This is handy for distinguishing extension
attributes in the empty namespace.
Parameters: type - The schema type to analyze. A possibly empty map of attribute QNames, keyed on the QNamecanonical name string. |
|
|