Beispiel #1
0
 public Object get(Context cx) {
   if (xmlObject == null) {
     throw ScriptRuntime.undefReadError(Undefined.instance, toString());
   }
   return xmlObject.getXMLProperty(this);
 }