public class XSOpenContentDecl extends Object implements XSOpenContent
| Modifier and Type | Field and Description |
|---|---|
boolean |
fAppliesToEmpty |
short |
fMode |
XSWildcardDecl |
fWildcard |
MODE_INTERLEAVE, MODE_NONE, MODE_SUFFIX| Constructor and Description |
|---|
XSOpenContentDecl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesToEmpty()
A flag that indicates whether a default open content is applied
when the content type of a complex type declaration is empty
|
short |
getModeType()
A mode type: none, interleave, suffix.
|
String |
getName()
The
name of this XSObject depending on the
XSObject type. |
String |
getNamespace()
The namespace URI of this node, or
null if it is
unspecified. |
XSNamespaceItem |
getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null otherwise. |
short |
getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
|
XSWildcard |
getWildcard()
A wildcard declaration
|
String |
toString() |
public short fMode
public boolean fAppliesToEmpty
public XSWildcardDecl fWildcard
public short getType()
public String getName()
name of this XSObject depending on the
XSObject type.public String getNamespace()
null if it is
unspecified. defines how a namespace URI is attached to schema
components.getNamespace in interface XSObjectpublic XSNamespaceItem getNamespaceItem()
XSObjectnull otherwise.getNamespaceItem in interface XSObjectXSObject.getNamespaceItem()public short getModeType()
getModeType in interface XSOpenContentpublic XSWildcard getWildcard()
getWildcard in interface XSOpenContentpublic boolean appliesToEmpty()
appliesToEmpty in interface XSOpenContentCopyright © 2013. All rights reserved.