public class

XSGroupDecl

extends Object
implements XSModelGroupDefinition
java.lang.Object
   ↳ org.apache.xerces.impl.xs.XSGroupDecl

Class Overview

The XML representation for a group declaration schema component is a global <group> element information item

Summary

Fields
public XSObjectList fAnnotations
public XSModelGroupImpl fModelGroup
public String fName
public String fTargetNamespace
Public Constructors
XSGroupDecl()
Public Methods
XSAnnotation getAnnotation()
Optional.
XSObjectList getAnnotations()
Optional.
XSModelGroup getModelGroup()
{model group} A model group.
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.xerces.xs.XSModelGroupDefinition
From interface org.apache.xerces.xs.XSObject

Fields

public XSObjectList fAnnotations

public XSModelGroupImpl fModelGroup

public String fName

public String fTargetNamespace

Public Constructors

public XSGroupDecl ()

Public Methods

public XSAnnotation getAnnotation ()

Optional. Annotation.

public XSObjectList getAnnotations ()

Optional. Annotations.

public XSModelGroup getModelGroup ()

{model group} A model group.

public String getName ()

The name of this XSObject depending on the XSObject type.

public String getNamespace ()

The namespace URI of this node, or null if it is unspecified. defines how a namespace URI is attached to schema components.

public XSNamespaceItem getNamespaceItem ()

A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.

public short getType ()

Get the type of the object, i.e ELEMENT_DECLARATION.