|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.XSGroupDecl
public class XSGroupDecl
The XML representation for a group declaration schema component is a global <group> element information item
Field Summary | |
---|---|
XSObjectList |
fAnnotations
|
XSModelGroupImpl |
fModelGroup
|
java.lang.String |
fName
|
java.lang.String |
fTargetNamespace
|
Constructor Summary | |
---|---|
XSGroupDecl()
|
Method Summary | |
---|---|
XSAnnotation |
getAnnotation()
Optional. |
XSObjectList |
getAnnotations()
Optional. |
XSModelGroup |
getModelGroup()
{model group} A model group. |
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String fName
public java.lang.String fTargetNamespace
public XSModelGroupImpl fModelGroup
public XSObjectList fAnnotations
Constructor Detail |
---|
public XSGroupDecl()
Method Detail |
---|
public short getType()
getType
in interface XSObject
public java.lang.String getName()
name
of this XSObject
depending on the
XSObject
type.
getName
in interface XSObject
public java.lang.String getNamespace()
null
if it is
unspecified. defines how a namespace URI is attached to schema
components.
getNamespace
in interface XSObject
public XSModelGroup getModelGroup()
getModelGroup
in interface XSModelGroupDefinition
public XSAnnotation getAnnotation()
getAnnotation
in interface XSModelGroupDefinition
public XSObjectList getAnnotations()
getAnnotations
in interface XSModelGroupDefinition
public XSNamespaceItem getNamespaceItem()
XSObject
null
otherwise.
getNamespaceItem
in interface XSObject
XSObject.getNamespaceItem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |