public class NestingAttributes extends AttributeBase
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE_STYLE |
static int |
ELEMENT_STYLE |
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
| Constructor and Description |
|---|
NestingAttributes() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
validatepublic static final StringArray s_allowedAttributes
public static final int ATTRIBUTE_STYLE
public static final int ELEMENT_STYLE
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)
AttributeBaseprevalidate in class AttributeBasevctx - validation contextCopyright © 2005–2016 jibx.org. All rights reserved.