XSComponent
XSAttContainer
, XSAttGroupDecl
, XSAttributeDecl
, XSComplexType
, XSElementDecl
, XSListSimpleType
, XSModelGroupDecl
, XSNotation
, XSRestrictionSimpleType
, XSSimpleType
, XSType
, XSUnionSimpleType
AttGroupDeclImpl
, AttributeDeclImpl
, AttributesHolder
, ComplexTypeImpl
, ElementDecl
, ListSimpleTypeImpl
, ModelGroupDeclImpl
, NotationImpl
, RestrictionSimpleTypeImpl
, SimpleTypeImpl
, UnionSimpleTypeImpl
public interface XSDeclaration extends XSComponent
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Gets the (local) name of the declaration.
|
String |
getTargetNamespace() |
Target namespace to which this component belongs.
|
boolean |
isAnonymous() |
Deprecated.
use the isGlobal method, which always returns
the opposite of this function.
|
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, visit
String getTargetNamespace()
""
is used to represent the default no namespace.String getName()
boolean isAnonymous()
boolean isGlobal()
boolean isLocal()
!isGlobal()
Copyright © 2018 Oracle Corporation. All rights reserved.