|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.binding.model.AttributeBase
org.jibx.binding.model.NestingAttributes
public class NestingAttributes
Model component for nesting attribute group in binding definition.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_STYLE
|
static int |
ELEMENT_STYLE
|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names |
| Constructor Summary | |
|---|---|
NestingAttributes()
|
|
| Method Summary | |
|---|---|
int |
getStyle()
Get style value. |
String |
getStyleName()
Get style string value. |
void |
prevalidate(ValidationContext vctx)
Prevalidate attribute information. |
void |
setStyleName(String name)
Set style name. |
| Methods inherited from class org.jibx.binding.model.AttributeBase |
|---|
validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringArray s_allowedAttributes
public static final int ATTRIBUTE_STYLE
public static final int ELEMENT_STYLE
| Constructor Detail |
|---|
public NestingAttributes()
| Method Detail |
|---|
public String getStyleName()
null if undefined at this level)public int getStyle()
AttributeBase.validate(org.jibx.binding.model.ValidationContext).
public void setStyleName(String name)
name - style name (null to undefine style at this
level)public void prevalidate(ValidationContext vctx)
AttributeBase
prevalidate in class AttributeBasevctx - validation context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||