FileDocCategorySizeDatePackage
XSObject.javaAPI DocJava SE 5 API3587Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSObject

public interface XSObject
The XSObject is a base object for the XML Schema component model. The interface may be updated or replaced.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()
The name of type NCName of this declaration as defined in XML Namespaces.

public java.lang.StringgetNamespace()
The [target namespace] of this object, or null if it is unspecified.

public XSNamespaceItemgetNamespaceItem()
A namespace schema information itemcorresponding to the target namespace of the component, if it's globally declared; or null otherwise.

public shortgetType()
The type of this object, i.e. ELEMENT_DECLARATION.