org.apache.xerces.impl.xs
Class XSGroupDecl

java.lang.Object
  |
  +--org.apache.xerces.impl.xs.XSGroupDecl

public class XSGroupDecl
extends java.lang.Object

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

Version:
$Id: XSGroupDecl.java,v 1.3 2002/01/29 01:15:14 lehors Exp $
Author:
Sandy Gao, IBM

Field Summary
 java.lang.String fName
           
 XSParticleDecl fParticle
           
 java.lang.String fTargetNamespace
           
 
Constructor Summary
XSGroupDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

public java.lang.String fName

fTargetNamespace

public java.lang.String fTargetNamespace

fParticle

public XSParticleDecl fParticle
Constructor Detail

XSGroupDecl

public XSGroupDecl()


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.