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
name of this XSObject depending on the
XSObject type. |
java.lang.String |
getNamespace()
The namespace URI of this node, or
null if 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
null otherwise. |
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.Object
public short getType()
getType
in interface org.apache.xerces.xs.XSObject
public java.lang.String getName()
name
of this XSObject
depending on the
XSObject
type.getName
in interface org.apache.xerces.xs.XSObject
public 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.XSObject
public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()
org.apache.xerces.xs.XSObject
null
otherwise.getNamespaceItem
in interface org.apache.xerces.xs.XSObject
XSObject.getNamespaceItem()
public short getModeType()
getModeType
in interface org.apache.xerces.xs.XSOpenContent
public org.apache.xerces.xs.XSWildcard getWildcard()
getWildcard
in interface org.apache.xerces.xs.XSOpenContent
public boolean appliesToEmpty()
appliesToEmpty
in interface org.apache.xerces.xs.XSOpenContent
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.