Package com.adobe.xfa

Class 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

      Fields 
      Modifier and Type Field Description
      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.
      int eAttr
      The invalid attribute, may be 0.
      int eCurrentValue
      The invalid enumerated value of the attribute specified by eAttr, may be 0.
      int nAvailability
      The availability based on the validation type.
      static int NODE
      The node is invalid.
      int nVersionIntro
      The version introduced based on the validation type.
      Node oNode
      The invalid node.
      static int RICHTEXT
      The rich text attribute or style value in aRichText is invalid
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getType()
      Gets this object's validation info.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
      • eAttr

        public final int eAttr
        The invalid attribute, may be 0.
      • eCurrentValue

        public final int eCurrentValue
        The invalid enumerated value of the attribute specified by eAttr, may be 0.
      • aRichText

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

        public final int nAvailability
        The availability based on the validation type.
      • nVersionIntro

        public final int nVersionIntro
        The version introduced based on the validation type.
      • oNode

        public final Node oNode
        The invalid node. If eAttr is not 0 this will be the parent of the attribute.