XSObjectpublic interface XSObject The XSObject is a base object for the XML Schema component
model.
The interface may be updated or replaced. |
Methods Summary |
---|
public java.lang.String | getName()The name of type NCName of this declaration as defined in
XML Namespaces.
| public java.lang.String | getNamespace()The [target namespace] of this object, or null if it is
unspecified.
| public XSNamespaceItem | getNamespaceItem()A namespace schema information itemcorresponding to the target
namespace of the component, if it's globally declared; or null
otherwise.
| public short | getType()The type of this object, i.e.
ELEMENT_DECLARATION .
|
|