XSComponentXSAttContainer, XSAttGroupDecl, XSAttributeDecl, XSComplexType, XSElementDecl, XSListSimpleType, XSModelGroupDecl, XSNotation, XSRestrictionSimpleType, XSSimpleType, XSType, XSUnionSimpleTypeAttGroupDeclImpl, AttributeDeclImpl, AttributesHolder, ComplexTypeImpl, ElementDecl, ListSimpleTypeImpl, ModelGroupDeclImpl, NotationImpl, RestrictionSimpleTypeImpl, SimpleTypeImpl, UnionSimpleTypeImplpublic interface XSDeclaration extends XSComponent
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visitjava.lang.String getTargetNamespace()
"" is used to represent the default no namespace.java.lang.String getName()
boolean isAnonymous()
boolean isGlobal()
boolean isLocal()
!isGlobal()Copyright © 2017 Oracle Corporation. All rights reserved.