Package org.apache.xerces.impl.xs
Class XSGroupDecl
- java.lang.Object
-
- org.apache.xerces.impl.xs.XSGroupDecl
-
- All Implemented Interfaces:
org.apache.xerces.xs.XSModelGroupDefinition,org.apache.xerces.xs.XSObject
public class XSGroupDecl extends java.lang.Object implements org.apache.xerces.xs.XSModelGroupDefinitionThe XML representation for a group declaration schema component is a global <group> element information itemINTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XSGroupDecl.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Sandy Gao, IBM
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.xerces.xs.XSObjectListfAnnotationsXSModelGroupImplfModelGroupjava.lang.StringfNamejava.lang.StringfTargetNamespace
-
Constructor Summary
Constructors Constructor Description XSGroupDecl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xerces.xs.XSAnnotationgetAnnotation()Optional.org.apache.xerces.xs.XSObjectListgetAnnotations()Optional.org.apache.xerces.xs.XSModelGroupgetModelGroup(){model group} A model group.java.lang.StringgetName()Thenameof thisXSObjectdepending on theXSObjecttype.java.lang.StringgetNamespace()The namespace URI of this node, ornullif it is unspecified.org.apache.xerces.xs.XSNamespaceItemgetNamespaceItem()A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; ornullotherwise.shortgetType()Get the type of the object, i.e ELEMENT_DECLARATION.
-
-
-
Field Detail
-
fName
public java.lang.String fName
-
fTargetNamespace
public java.lang.String fTargetNamespace
-
fModelGroup
public XSModelGroupImpl fModelGroup
-
fAnnotations
public org.apache.xerces.xs.XSObjectList fAnnotations
-
-
Method Detail
-
getType
public short getType()
Get the type of the object, i.e ELEMENT_DECLARATION.- Specified by:
getTypein interfaceorg.apache.xerces.xs.XSObject
-
getName
public java.lang.String getName()
Thenameof thisXSObjectdepending on theXSObjecttype.- Specified by:
getNamein interfaceorg.apache.xerces.xs.XSObject
-
getNamespace
public java.lang.String getNamespace()
The namespace URI of this node, ornullif it is unspecified. defines how a namespace URI is attached to schema components.- Specified by:
getNamespacein interfaceorg.apache.xerces.xs.XSObject
-
getModelGroup
public org.apache.xerces.xs.XSModelGroup getModelGroup()
{model group} A model group.- Specified by:
getModelGroupin interfaceorg.apache.xerces.xs.XSModelGroupDefinition
-
getAnnotation
public org.apache.xerces.xs.XSAnnotation getAnnotation()
Optional. Annotation.- Specified by:
getAnnotationin interfaceorg.apache.xerces.xs.XSModelGroupDefinition
-
getAnnotations
public org.apache.xerces.xs.XSObjectList getAnnotations()
Optional. Annotations.- Specified by:
getAnnotationsin interfaceorg.apache.xerces.xs.XSModelGroupDefinition
-
getNamespaceItem
public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()
Description copied from interface:org.apache.xerces.xs.XSObjectA namespace schema information item corresponding to the target namespace of the component, if it is globally declared; ornullotherwise.- Specified by:
getNamespaceItemin interfaceorg.apache.xerces.xs.XSObject- See Also:
XSObject.getNamespaceItem()
-
-