Package com.adobe.xfa.data


package com.adobe.xfa.data
  • Class
    Description
    A class to model the collection of all XFA nodes that make up form data.
    The AttributeWrapper exists so that we can pass an Attribute to a method that expects an Element.
     
    A class to represent XFA data model factories.
    This class contains all the script functionality associated with the Node class.
    DataNode is a class that combines what used to be two classes in the C++ code base: XFADataGroup and XFADataValue.
    This class contains all the script functionality associated with the DataNode class.
    The (simple) schema of our XFA Data DOM
    DataTransformation contains and implements the config commands.
     
     
    This class contains all the script functionality associated with the Node class.
    IncrementalLoadHandler is used by a DataModel in the case when it is in lazy loading mode.