| AppModel |
A class to represent the top level element in the XFA object model.
|
| AppModel.LegacyMask |
|
| AppModelScript |
This class contains all the script functionality associated with the
AppModel class.
|
| AppSchema |
|
| Arg |
This class represents an argument to a function or a return value.
|
| ArrayNodeList |
An implementation of the NodeList interface that uses an ArrayList as its
storage.
|
| Attribute |
A common base class to represent XML attributes.
|
| AttributeInfo |
A class to...
|
| Bool |
A convenience class that returns the frequently-used EnumAttr
types BOOL_TRUE and BOOL_FALSE.
|
| Chars |
A class to represent the XML character data nodes in the DOM.
|
| ChildReln |
This class describes a relationship of a parent to one of its children.
|
| ChildRelnInfo |
A class to...
|
| Comment |
A class to represent the XML comment nodes in the DOM.
|
| Delta |
This object will manages the restoration xfa properties.
|
| DeltaScript |
This class contains all the script functionality associated with the
Delta class.
|
| DependencyTracker |
DependencyTracker is a pure virtual class used to determine dependencies
of executing scripts.
|
| Dispatcher |
|
| Document |
A container class to hold the XML document node of the DOM.
|
| DOMSaveOptions |
A class to define DOM saving options.
|
| DSigData |
An element that describes a unit of xml dsig data.
|
| Element |
A class to represent the XFA elements in a DOM.
|
| ElementNodeList |
This class implements the NodeList interface based on a set of nodes
represented as the children of an element.
|
| ElementScript |
This class contains all the script functionality associated with the
Element class.
|
| EnumAttr |
A class to represent the enumerated values of attributes.
|
| EnumType |
|
| EnumValue |
This class represents an XFA attribute whose value is one of an enumerated set.
|
| EventManager |
|
| EventManager.EventID |
EventID class
|
| EventManager.EventTable |
Represents a collection of Dispatchers associated with a particular Obj.
|
| EventPseudoModel |
EventPseudoModel describes the state of an event that is being fired.
|
| EventPseudoModel.EventInfo |
Encapsulates the state of EventPseudoModel.
|
| EventPseudoModelScript |
This class contains all the script functionality associated with the
EventPseudoModel class.
|
| Generator |
Generator contains information about the generator tag contained in
many of our XFA files.
|
| GenericAttribute |
A class to represents plain XML attributes, i.e., attributes
that do not fit into an XFA schema.
|
| GenericNode |
The GenericNode class exists as a general-purpose class to represent many kinds
of XFA nodes that don't require any special processing.
|
| GenericTextContainer |
This is a generic class to represent all XFA nodes whose schema allows a single
#text child.
|
| GenericTextContainerScript |
This class contains all the script functionality associated with the
GenericTextContainer class.
|
| HostPseudoModel |
This is the base class for the host pseudo model ($host).
|
| HostPseudoModelScript |
This class contains all the script functionality associated with the
HostPseudoModel class.
|
| IDValueMap |
While this was once a map used to uniquify IDs and ID references when importing
template fragments, we now use a much simpler strategy: for each fragment reference,
generate a unique prefix (stored here), and prepend all IDs and ID references in
the fragment with the unique prefix.
|
| ImagingBBoxEnum |
A type-safe enumeration class of the XFA ImagingBBox attribute.
|
| Int |
An XFAAttribute object which holds an integer value.
|
| ListBase |
A base class for all lists that are used in the XFA scripting object model.
|
| ListBaseScript |
This class contains all the script functionality associated with the
XFAList class.
|
| LogMessage |
Class LogMessage represents a collection of one or more log message(s).
|
| LogMessageData |
Class XFALogMessageData represents message data.
|
| LogMessageHandler |
LogMessageHandler base class.
|
| LogMessageHandlerStore |
Class LogMessageHandlerStore stores LogMessages in an internal collection
so that they may be retrieved at a later time.
|
| LogMessenger |
A class to represent a log messenger.
|
| LogPseudoModelScript |
This class contains all the script functionality associated with the
LogPseudoModel class.
|
| Manifest |
A class to...
|
| ManifestScript |
This class contains all the script functionality associated with the
Manifest class.
|
| Measurement |
Measurement class.
|
| Model |
An abstract class from which to derive all other models.
|
| Model.Publisher |
|
| ModelFactory |
A class to represent model factories.
|
| ModelPeer |
Represents the XML peer of a Model or Packet element.
|
| ModelScript |
This class contains all the script functionality associated with the
Model class.
|
| Node |
A base class to represent all the types of nodes in a DOM.
|
| NodeList |
A superclass to represent a list of nodes.
|
| NodeListFilter |
NodeListFilter filters a node and its children to produce a list of
nodes that satisfy some filter test.
|
| NodeListScript |
This class contains all the script functionality associated with the
NodeList class.
|
| NodeSchema |
This class describes the schema of a node: What child nodes it may (or may
not) have, as well as what attributes may be set.
|
| NodeScript |
This class contains all the script functionality associated with the
Node class.
|
| NodeValidationInfo |
A class holding information about the validity of an XFA node's
children, attributes or attribute values.
|
| Obj |
A base class to represent all XFA objects, templates and data.
|
| ObjScript |
This class contains all the script functionality associated with the
Obj class.
|
| Option |
Represents an option such as those passed to
XFAModelFactory::setOption().
|
| Packet |
A class to represent the children of the XFA app model
that are not otherwise represented by a model.
|
| PacketScript |
This class contains all the script functionality associated with the
Packet class.
|
| ProcessingInstruction |
A class to represent the XML processing instruction nodes in the DOM.
|
| Proto |
Represents the element in XFA schemas.
|
| ProtoableNode |
A base class to represent protoable objects.
|
| ProtoableNodeScript |
This class contains all the script functionality associated with the
ProtoableNode class.
|
| PseudoModel |
A base class for all transient scripting objects.
|
| PseudoModelScript |
This class contains all the script functionality associated with the
PseudoModel class.
|
| RichTextNode |
A node to contain rich text content
|
| RichTextNodeScript |
This class contains all the script functionality associated with the
RichTextNode class.
|
| SaxHandler |
|
| Schema |
A base class for all model schema definitions.
|
| SchemaPairs |
This class is used to store schema relationships.
|
| SchemaStrings |
This class is used to correlate schema strings to their eTag (int) values.
|
| ScriptDebugger |
An ScriptDebugger provides script debugging access to an ScriptHandler.
|
| ScriptDispatcher |
|
| ScriptDynamicPropObj |
This class stores the definition of the methods used to set/get dynamic
properties for the XFA scripting interface.
|
| ScriptFuncObj |
This class holds the definition for a script function.
|
| ScriptHandler |
A base class to handle scripting engines.
|
| ScriptInfo |
Used by ScriptHandler to describe each script.
|
| ScriptPropObj |
Defines the parameters required to get/set a script property
|
| ScriptTable |
This table holds the list of script property and function methods
available for this class.
|
| SOMParser |
SOMParser provides support for resolving a SOM (Scripting Object Model)
expression into a list of nodes.
|
| SOMParser.SomResultInfo |
Describes one returned value from the SOM parser.
|
| StringAttr |
An immutable class to represent any attribute defined by a simple string.
|
| STRS |
A class to define miscellaneous string constants.
|
| TagnameFilter |
|
| TextNode |
A class to represent the textual content of an XFA element in the DOM.
|
| TextNodeScript |
This class contains all the script functionality associated with the
TextNode class.
|
| UriPath |
An object that represents a relative path.
|
| XFA |
A class to define the namespace for all XFA elements and attributes.
|
| XFAList |
This class is used to implement script-able list objects that are not node lists.
|
| XMLMultiSelectNode |
|
| XMLMultiSelectNodeScript |
This class contains all the script functionality associated with the
XMLMultiSelectNode class.
|
| XSLTranslator |
Class to translate an XML stream using a XSL translation stream
|