Class Script

All Implemented Interfaces:
Peer

public final class Script extends ProtoableNode
An element that describes a script.
  • Constructor Details

    • Script

      public Script(Element pParent, Node prevSibling)
  • Method Details

    • getScriptTable

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

      public String getValue()
    • isParsing

      public boolean isParsing()
    • isParsing

      public void isParsing(boolean bIsParsing)
    • setValue

      public void setValue(String sValue)