Package com.adobe.xfa

Class NodeValidationInfo


  • public final class NodeValidationInfo
    extends Object
    A class holding information about the validity of an XFA node's children, attributes or attribute values.
    • 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 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.