Package org.javarosa.model.xform
Class XPathReference
java.lang.Object
org.javarosa.model.xform.XPathReference
- All Implemented Interfaces:
IDataReference,Externalizable
public class XPathReference extends Object implements IDataReference
-
Constructor Summary
Constructors Constructor Description XPathReference()XPathReference(String nodeset)XPathReference(TreeReference ref)XPathReference(XPathPathExpr path) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)static XPathPathExprgetPathExpr(String nodeset)ObjectgetReference()inthashCode()voidreadExternal(DataInputStream in, PrototypeFactory pf)voidsetReference(Object o)voidwriteExternal(DataOutputStream out)
-
Constructor Details
-
XPathReference
public XPathReference() -
XPathReference
-
XPathReference
-
XPathReference
-
-
Method Details
-
getPathExpr
-
getReference
- Specified by:
getReferencein interfaceIDataReference- Returns:
- The data reference value
-
setReference
- Specified by:
setReferencein interfaceIDataReference- Parameters:
o- the data reference value to be set
-
equals
-
hashCode
public int hashCode() -
readExternal
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionDeserializationException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-