XFA4J

com.adobe.xfa
Class NodeValidationInfo

java.lang.Object
  extended by com.adobe.xfa.NodeValidationInfo

public final class NodeValidationInfo
extends java.lang.Object

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

NODE

public static final int NODE
The node is invalid.

See Also:
Constant Field Values

ATTRIBUTE

public static final int ATTRIBUTE
The attribute is invalid.

See Also:
Constant Field Values

ATTRIBUTEVALUE

public static final int ATTRIBUTEVALUE
The value of attribute is invalid.

See Also:
Constant Field Values

RICHTEXT

public static final int RICHTEXT
The rich text attribute or style value in aRichText is invalid

See Also:
Constant Field Values

aRichText

public final java.lang.String aRichText
The invalid attribute or value found within the XFARichTextNode stored in oNode

Method Detail

getType

public int getType()
Gets this object's validation info.

Returns:
one of NODE, ATTRIBUTE, or ATTRIBUTEVALUE.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.