public class DefRefAttributeGroup extends AttributeBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
List of allowed attribute names.
|
SCHEMA_NAMESPACE| Constructor and Description |
|---|
DefRefAttributeGroup(SchemaBase owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get 'name' attribute value.
|
QName |
getRef()
Get 'ref' attribute value.
|
void |
prevalidate(ValidationContext vctx)
Prevalidate component information.
|
void |
setName(String name)
Set 'name' attribute value.
|
void |
setRef(QName ref)
Set 'ref' attribute value.
|
getOwner, validatepublic static final StringArray s_allowedAttributes
public DefRefAttributeGroup(SchemaBase owner)
owner - owning elementpublic String getName()
public void setName(String name)
name - public QName getRef()
public void setRef(QName ref)
ref - public void prevalidate(ValidationContext vctx)
AttributeBaseprevalidate in interface IComponentprevalidate in class AttributeBasevctx - validation contextCopyright © 2005-2013 jibx.org. All Rights Reserved.