public class XSOpenContentDecl
extends java.lang.Object
implements org.apache.xerces.xs.XSOpenContent
| Modifier and Type | Field and Description | 
|---|---|
| boolean | fAppliesToEmpty | 
| short | fMode | 
| XSWildcardDecl | fWildcard | 
| 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. | 
| java.lang.String | getName()The  nameof thisXSObjectdepending on theXSObjecttype. | 
| java.lang.String | getNamespace()The namespace URI of this node, or  nullif it is
 unspecified. | 
| org.apache.xerces.xs.XSNamespaceItem | getNamespaceItem()A namespace schema information item corresponding to the target 
 namespace of the component, if it is globally declared; or 
  nullotherwise. | 
| short | getType()Get the type of the object, i.e ELEMENT_DECLARATION. | 
| org.apache.xerces.xs.XSWildcard | getWildcard()A wildcard declaration | 
| java.lang.String | toString() | 
public short fMode
public boolean fAppliesToEmpty
public XSWildcardDecl fWildcard
public java.lang.String toString()
toString in class java.lang.Objectpublic short getType()
getType in interface org.apache.xerces.xs.XSObjectpublic java.lang.String getName()
name of this XSObject depending on the
 XSObject type.getName in interface org.apache.xerces.xs.XSObjectpublic java.lang.String getNamespace()
null if it is
 unspecified.  defines how a namespace URI is attached to schema
 components.getNamespace in interface org.apache.xerces.xs.XSObjectpublic org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()
org.apache.xerces.xs.XSObjectnull otherwise.getNamespaceItem in interface org.apache.xerces.xs.XSObjectXSObject.getNamespaceItem()public short getModeType()
getModeType in interface org.apache.xerces.xs.XSOpenContentpublic org.apache.xerces.xs.XSWildcard getWildcard()
getWildcard in interface org.apache.xerces.xs.XSOpenContentpublic boolean appliesToEmpty()
appliesToEmpty in interface org.apache.xerces.xs.XSOpenContentCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.