|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.NodeValidationInfo
public final class NodeValidationInfo
A class holding information about the validity of an XFA node's children, attributes or attribute values.
| Field Summary | |
|---|---|
java.lang.String |
aRichText
The invalid attribute or value found within the XFARichTextNode stored in oNode |
static int |
ATTRIBUTE
The attribute is invalid. |
static int |
ATTRIBUTEVALUE
The value of attribute is invalid. |
static int |
NODE
The node is invalid. |
static int |
RICHTEXT
The rich text attribute or style value in aRichText is invalid |
| Method Summary | |
|---|---|
int |
getType()
Gets this object's validation info. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NODE
public static final int ATTRIBUTE
public static final int ATTRIBUTEVALUE
public static final int RICHTEXT
public final java.lang.String aRichText
| Method Detail |
|---|
public int getType()
NODE, ATTRIBUTE,
or ATTRIBUTEVALUE.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||