|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDeclaration
Base interface of all "declarations".
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the (local) name of the declaration. |
java.lang.String |
getTargetNamespace()
Target namespace to which this component belongs. |
boolean |
isAnonymous()
Deprecated. use the isGlobal method, which always returns the opposite of this function. Or the isLocal method. |
boolean |
isGlobal()
Returns true if this declaration is a global declaration. |
boolean |
isLocal()
Returns true if this declaration is a local declaration. |
Methods inherited from interface com.sun.xml.xsom.XSComponent |
---|
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit |
Method Detail |
---|
java.lang.String getTargetNamespace()
""
is used to represent the default no namespace.
java.lang.String getName()
boolean isAnonymous()
boolean isGlobal()
boolean isLocal()
!isGlobal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |