|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.simplexml.SimpleXMLElement
com.caucho.quercus.lib.simplexml.SimpleXMLChildren
public class SimpleXMLChildren
SimpleXMLElement object oriented API facade. Also acts as the DOM document.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.lib.simplexml.SimpleXMLElement |
---|
_attributes, _children, _cls, _env, _name, _namespace, _namespaceMap, _parent, _prefix, _text |
Constructor Summary | |
---|---|
protected |
SimpleXMLChildren(Env env,
QuercusClass cls,
SimpleXMLElement parent,
java.lang.String name)
|
Method Summary | |
---|---|
Value |
__get(Env env,
Value indexV)
Implementation for getting the indices of this class. |
protected Value |
toXML(Env env)
Converts node tree to a valid xml string. |
Methods inherited from class com.caucho.quercus.lib.simplexml.SimpleXMLElement |
---|
__construct, __count, __getField, __set, __setField, __toString, addAttribute, addAttribute, addChild, addNamespace, addNamespaceAttribute, addText, asXML, attributes, children, create, entrySet, getAttribute, getDocNamespaces, getKey, getName, getNamespace, getNamespace, getNamespaces, getOwner, getQuercusClass, getValue, hasNamespace, isElement, isNamespaceAttribute, isSameNamespace, isSamePrefix, iterator, jsonEncode, jsonEncodeImpl, printDepth, setQuercusClass, setText, setValue, simplexml_getName, toXMLImpl, varDumpImpl, wrapJava, xpath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
---|
equals, hashCode |
Constructor Detail |
---|
protected SimpleXMLChildren(Env env, QuercusClass cls, SimpleXMLElement parent, java.lang.String name)
Method Detail |
---|
public Value __get(Env env, Value indexV)
$a->foo[0]
__get
in class SimpleXMLElement
protected Value toXML(Env env)
toXML
in class SimpleXMLElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |