|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.xerces.impl.xs.XSAttributeGroupDecl
The XML representation for an attribute group declaration
schema component is a global
Field Summary
XSWildcardDeclfAttributeWC
java.lang.StringfIDAttrName
java.lang.StringfName
java.lang.StringfTargetNamespace
Constructor Summary
XSAttributeGroupDecl()
Method Summary
java.lang.StringaddAttributeUse(XSAttributeUseImpl attrUse)
XSAnnotationgetAnnotation()
Optional.
XSAttributeUseImplgetAttributeUse(java.lang.String uri,
java.lang.String localpart)
XSObjectListgetAttributeUses()
{attribute uses} A set of attribute uses.
XSWildcardgetAttributeWildcard()
{attribute wildcard} Optional.
java.lang.StringgetName()
The name of this XSObject depending on the
XSObject type.
java.lang.StringgetNamespace()
The namespace URI of this node, or null if it is
unspecified.
shortgetType()
Get the type of the object, i.e ELEMENT_DECLARATION.
voidremoveProhibitedAttrs()
voidreset()
java.lang.StringvalidRestrictionOf(XSAttributeGroupDecl baseGroup)
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
fAttributeWC
public XSWildcardDecl fAttributeWC
fIDAttrName
public java.lang.String fIDAttrName
Constructor Detail
XSAttributeGroupDecl
public XSAttributeGroupDecl()
Method Detail
addAttributeUse
public java.lang.String addAttributeUse(XSAttributeUseImpl attrUse)
getAttributeUse
public XSAttributeUseImpl getAttributeUse(java.lang.String uri,
java.lang.String localpart)
removeProhibitedAttrs
public void removeProhibitedAttrs()
validRestrictionOf
public java.lang.String validRestrictionOf(XSAttributeGroupDecl baseGroup)
reset
public void reset()
getType
public short getType()
getName
public java.lang.String getName()
name of this XSObject depending on the
XSObject type.
getNamespace
public java.lang.String getNamespace()
null if it is
unspecified. defines how a namespace URI is attached to schema
components.
getNamespace in interface XSObject
getAttributeUses
public XSObjectList getAttributeUses()
getAttributeUses in interface XSAttributeGroupDefinition
getAttributeWildcard
public XSWildcard getAttributeWildcard()
getAttributeWildcard in interface XSAttributeGroupDefinition
getAnnotation
public XSAnnotation getAnnotation()
getAnnotation in interface XSAttributeGroupDefinition
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.