com.caucho.quercus.lib.simplexml
Class SimpleXMLNamespaceAttribute
java.lang.Object
com.caucho.quercus.lib.simplexml.SimpleXMLElement
com.caucho.quercus.lib.simplexml.SimpleXMLAttribute
com.caucho.quercus.lib.simplexml.SimpleXMLNamespaceAttribute
- All Implemented Interfaces:
- java.util.Map.Entry<java.lang.String,java.lang.Object>
public class SimpleXMLNamespaceAttribute
- extends SimpleXMLAttribute
SimpleXMLElement object oriented API facade.
Also acts as the DOM document.
Methods inherited from class com.caucho.quercus.lib.simplexml.SimpleXMLElement |
__construct, __count, __getField, __set, __setField, __toString, addAttribute, addAttribute, addChild, addText, asXML, attributes, children, create, entrySet, getAttribute, getDocNamespaces, getKey, getName, getNamespace, getNamespace, getNamespaces, getOwner, getQuercusClass, getValue, hasNamespace, isElement, isSameNamespace, isSamePrefix, jsonEncode, printDepth, setQuercusClass, setText, setValue, simplexml_getName, toXML, 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 |
SimpleXMLNamespaceAttribute
protected SimpleXMLNamespaceAttribute(Env env,
QuercusClass cls,
SimpleXMLElement parent,
java.lang.String name)
SimpleXMLNamespaceAttribute
protected SimpleXMLNamespaceAttribute(Env env,
QuercusClass cls,
SimpleXMLElement parent,
java.lang.String name,
java.lang.String namespace,
StringValue text)
isNamespaceAttribute
protected boolean isNamespaceAttribute()
- Overrides:
isNamespaceAttribute
in class SimpleXMLElement