| java.lang.Object org.apache.xerces.impl.xs.XSGroupDecl
XSGroupDecl | public class XSGroupDecl implements XSModelGroupDefinition(Code) | | The XML representation for a group declaration
schema component is a global <group> element information item
author: Sandy Gao, IBM version: $Id: XSGroupDecl.java 449424 2006-09-24 16:22:30Z mrglavas $ |
getName | public String getName()(Code) | | The name of this XSObject depending on the
XSObject type.
|
getNamespace | public String getNamespace()(Code) | | The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
|
getType | public short getType()(Code) | | Get the type of the object, i.e ELEMENT_DECLARATION.
|
|
|