public interface XSDeclaration extends XSComponent
Modifier and Type | Method and 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. 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, visit
String getTargetNamespace()
""
is used to represent the default no namespace.String getName()
boolean isAnonymous()
boolean isGlobal()
boolean isLocal()
!isGlobal()
Copyright © 2021 JBoss by Red Hat. All rights reserved.