Method Summary |
|
XSDAttributeDeclaration | getAttributeDeclaration(QName qName) Returns the attribute declaration with the specified qualified name.
Parameters: qName - the qualified name of the attribute. |
XSDAttributeGroupDefinition | getAttributeGroupDefinition(QName qName) Returns the attribute group definition with the specified qualified name.
Parameters: qName - the qualified name of the attribute group. |
List | getAttributes(XSDElementDeclaration element) Returns the attributes of a specified elements.
Parameters: element - The element. |
XSDElementDeclaration | getChildElement(XSDElementDeclaration parent, QName childName) Returns a child element specified by name of a parent element.
Parameters: parent - The parent element. Parameters: childName - The name of the child. |
List | getChildElementParticles(XSDElementDeclaration parent) Returns a list of the particles which correspond to child element declarations.
Parameters: parent - The parent element. |
XSDComplexTypeDefinition | getComplexTypeDefinition(QName qName) Returns the complex type definition with the specified qualified name.
Parameters: qName - qualified name of the complex type. |
XSDElementDeclaration | getElementDeclaration(QName qName) Returns the element declaration with the specified qualified name.
Parameters: qName - the qualified name of the element. |
XSDSchema[] | getSchemas() |
XSDSimpleTypeDefinition | getSimpleTypeDefinition(QName qName) Returns the simple type definition with the specified qualified name.
Parameters: qName - qualified name of the simple type. |
XSDTypeDefinition | getTypeDefinition(QName qName) Returns the type definition with the specified qualified name.
Parameters: qName - qualified name of the type. |