com.altova.xml.meta.ComplexType
This class enables you to access schema information about classes generated from complex types. Note that this class is not meant to provide dynamic information about particular instances of a complex type in an XML document. Instead, it enables you to obtain programmatically information about a particular complex type defined in the XML schema.
Methods
Name  | Description  | |
|---|---|---|
![]()  | Attribute findAttribute(String localName, String namespaceURI)  | Finds the attribute with the specified local name and namespace URI.  | 
![]()  | Element findElement(String localName, String namespaceURI)  | Finds the element with the specified local name and namespace URI.  | 
![]()  | Attribute[] GetAttributes()  | Returns a list of all attributes.  | 
![]()  | ComplexType getBaseType()  | Returns the base type of this type.  | 
![]()  | SimpleType getContentType()  | Returns the simple type of the content.  | 
![]()  | Element[] GetElements()  | Returns a list of all elements.  | 
![]()  | String getLocalName()  | Returns the local name of the type.  | 
![]()  | String getNamespaceURI()  | Returns the namespace URI of the type.  | 
