Package com.adobe.xfa
Class NodeValidationInfo
java.lang.Object
com.adobe.xfa.NodeValidationInfo
A class holding information about the validity of an XFA node's
children, attributes or attribute values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe invalid attribute or value found within the XFARichTextNode stored in oNodestatic final intThe attribute is invalid.static final intThe value of attribute is invalid.final intThe invalid attribute, may be 0.final intThe invalid enumerated value of the attribute specified by eAttr, may be 0.final intThe availability based on the validation type.static final intThe node is invalid.final intThe version introduced based on the validation type.final NodeThe invalid node.static final intThe rich text attribute or style value in aRichText is invalid -
Method Summary
-
Field Details
-
NODE
public static final int NODEThe node is invalid.- See Also:
-
ATTRIBUTE
public static final int ATTRIBUTEThe attribute is invalid.- See Also:
-
ATTRIBUTEVALUE
public static final int ATTRIBUTEVALUEThe value of attribute is invalid.- See Also:
-
RICHTEXT
public static final int RICHTEXTThe rich text attribute or style value in aRichText is invalid- See Also:
-
eAttr
public final int eAttrThe invalid attribute, may be 0. -
eCurrentValue
public final int eCurrentValueThe invalid enumerated value of the attribute specified by eAttr, may be 0. -
aRichText
The invalid attribute or value found within the XFARichTextNode stored in oNode -
nAvailability
public final int nAvailabilityThe availability based on the validation type. -
nVersionIntro
public final int nVersionIntroThe version introduced based on the validation type. -
oNode
The invalid node. If eAttr is not 0 this will be the parent of the attribute.
-
-
Method Details
-
getType
public int getType()Gets this object's validation info.- Returns:
- one of
NODE,ATTRIBUTE, orATTRIBUTEVALUE.
-