de.pannenleiter.tbug.hook
Interface Value
- public interface Value
Value -- proxy to interact with a value
BOOLEAN
public static final int BOOLEAN
NUMBER
public static final int NUMBER
STRING
public static final int STRING
NODESET
public static final int NODESET
FRAGMENT
public static final int FRAGMENT
OBJECT
public static final int OBJECT
ANY
public static final int ANY
getType
public int getType()
throws java.lang.Exception
asBoolean
public boolean asBoolean()
throws java.lang.Exception
asNumber
public double asNumber()
throws java.lang.Exception
asString
public java.lang.String asString()
throws java.lang.Exception
asString
public java.lang.String asString(int index)
throws java.lang.Exception
asNodeList
public NodeList asNodeList()
throws java.lang.Exception
asFragment
public Node asFragment()
throws java.lang.Exception