|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The XSObject
is a base object for the XML Schema component
model.
The interface may be updated or replaced.
Method Summary | |
java.lang.String |
getName()
The name of type NCName of this declaration as defined in
XML Namespaces. |
java.lang.String |
getNamespace()
The [target namespace] of this object, or null if it is
unspecified. |
XSNamespaceItem |
getNamespaceItem()
A namespace schema information itemcorresponding to the target namespace of the component, if it's globally declared; or null otherwise. |
short |
getType()
The type of this object, i.e. |
Method Detail |
public short getType()
type
of this object, i.e.
ELEMENT_DECLARATION
.public java.lang.String getName()
NCName
of this declaration as defined in
XML Namespaces.public java.lang.String getNamespace()
null
if it is
unspecified.public XSNamespaceItem getNamespaceItem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |