com.dat.xset
Class XSet.XSetField

java.lang.Object
  |
  +--com.dat.xset.XSet.XSetField
All Implemented Interfaces:
com.d_a_t.expeval.EEField, com.d_a_t.expeval.EEMember
Enclosing class:
XSet

public static class XSet.XSetField
extends java.lang.Object
implements com.d_a_t.expeval.EEField

Allows field access to elements of a document.


Constructor Summary
XSet.XSetField(XSet document)
           
 
Method Summary
 java.lang.Object get(java.lang.Object instanceData, java.lang.Object target)
           
 com.d_a_t.expeval.ExpressionContext getContext()
          Returns context if one exists or null if not.
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSet.XSetField

public XSet.XSetField(XSet document)
Method Detail

getType

public java.lang.Class getType()
Specified by:
getType in interface com.d_a_t.expeval.EEField

get

public java.lang.Object get(java.lang.Object instanceData,
                            java.lang.Object target)
                     throws java.lang.IllegalAccessException
Specified by:
get in interface com.d_a_t.expeval.EEField

getContext

public com.d_a_t.expeval.ExpressionContext getContext()
Description copied from interface: com.d_a_t.expeval.EEMember
Returns context if one exists or null if not.
Specified by:
getContext in interface com.d_a_t.expeval.EEMember