BEA Systems, Inc.

weblogic.apache.xerces.impl.xs
Class XSGroupDecl

java.lang.Object
  extended by weblogic.apache.xerces.impl.xs.XSGroupDecl
All Implemented Interfaces:
weblogic.apache.xerces.impl.xs.psvi.XSModelGroupDefinition, weblogic.apache.xerces.impl.xs.psvi.XSObject

Deprecated. please use JDK supplied XML parsers and transformers

public class XSGroupDecl
extends Object
implements weblogic.apache.xerces.impl.xs.psvi.XSModelGroupDefinition

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


Field Summary
 XSModelGroupImpl fModelGroup
          Deprecated.  
 String fName
          Deprecated.  
 String fTargetNamespace
          Deprecated.  
 
Constructor Summary
XSGroupDecl()
          Deprecated.  
 
Method Summary
 weblogic.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
          Deprecated. Optional.
 weblogic.apache.xerces.impl.xs.psvi.XSModelGroup getModelGroup()
          Deprecated. {model group} A model group.
 String getName()
          Deprecated. The name of this XSObject depending on the XSObject type.
 String getNamespace()
          Deprecated. The namespace URI of this node, or null if it is unspecified.
 short getType()
          Deprecated. Get the type of the object, i.e ELEMENT_DECLARATION.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

public String fName
Deprecated. 

fTargetNamespace

public String fTargetNamespace
Deprecated. 

fModelGroup

public XSModelGroupImpl fModelGroup
Deprecated. 
Constructor Detail

XSGroupDecl

public XSGroupDecl()
Deprecated. 
Method Detail

getType

public short getType()
Deprecated. 
Get the type of the object, i.e ELEMENT_DECLARATION.

Specified by:
getType in interface weblogic.apache.xerces.impl.xs.psvi.XSObject

getName

public String getName()
Deprecated. 
The name of this XSObject depending on the XSObject type.

Specified by:
getName in interface weblogic.apache.xerces.impl.xs.psvi.XSObject

getNamespace

public String getNamespace()
Deprecated. 
The namespace URI of this node, or null if it is unspecified. defines how a namespace URI is attached to schema components.

Specified by:
getNamespace in interface weblogic.apache.xerces.impl.xs.psvi.XSObject

getModelGroup

public weblogic.apache.xerces.impl.xs.psvi.XSModelGroup getModelGroup()
Deprecated. 
{model group} A model group.

Specified by:
getModelGroup in interface weblogic.apache.xerces.impl.xs.psvi.XSModelGroupDefinition

getAnnotation

public weblogic.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
Deprecated. 
Optional. Annotation.

Specified by:
getAnnotation in interface weblogic.apache.xerces.impl.xs.psvi.XSModelGroupDefinition

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.