Package com.adobe.xfa

Class Manifest

All Implemented Interfaces:
Peer
Direct Known Subclasses:
FormManifest

public class Manifest extends ProtoableNode
A class to...
  • Constructor Details

    • Manifest

      public Manifest(Element parent, Node prevSibling)
  • Method Details

    • doEvaluate

      public NodeList doEvaluate()
      Computes the list of nodes that this manifest refers to.
      Returns:
      the nodes referred to by this manifest.
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class ProtoableNode
    • doExecValidate

      public boolean doExecValidate()
      Calls execValidate on nodes resulting from resolving all of the children of this manifest.
    • doExecCalculate

      public void doExecCalculate()
      Calls execCalculate on nodes resulting from resolving all of the children of this manifest.
    • doExecInitialize

      public void doExecInitialize()
      Calls execInitialize on nodes resulting from resolving all of the children of this manifest.