SDO_DAS_XML_Document::setXMLVersion
Einführung
XML-Manipulation
PHP Manual
SimpleXML
Einführung
Installation/Konfiguration
Anforderungen
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
Beispiele
Einfache Anwendung
Behandlung von XML-Fehlern
SimpleXMLElement
— The SimpleXMLElement class
SimpleXMLElement::addAttribute
— Adds an attribute to the SimpleXML element
SimpleXMLElement::addChild
— Adds a child element to the XML node
SimpleXMLElement::asXML
— Return a well-formed XML string based on SimpleXML element
SimpleXMLElement::attributes
— Identifies an element's attributes
SimpleXMLElement::children
— Finds children of given node
SimpleXMLElement::__construct
— Creates a new SimpleXMLElement object
SimpleXMLElement::count
— Counts the children of an element
SimpleXMLElement::getDocNamespaces
— Returns namespaces declared in document
SimpleXMLElement::getName
— Gets the name of the XML element
SimpleXMLElement::getNamespaces
— Returns namespaces used in document
SimpleXMLElement::registerXPathNamespace
— Creates a prefix/ns context for the next XPath query
SimpleXMLElement::saveXML
— Alias von SimpleXMLElement::asXML
SimpleXMLElement::__toString
— Returns the string content
SimpleXMLElement::xpath
— Runs XPath query on XML data
SimpleXMLIterator
— The SimpleXMLIterator class
SimpleXMLIterator::current
— Returns the current element
SimpleXMLIterator::getChildren
— Returns the sub-elements of the current element
SimpleXMLIterator::hasChildren
— Checks whether the current element has sub elements.
SimpleXMLIterator::key
— Return current key
SimpleXMLIterator::next
— Move to next element
SimpleXMLIterator::rewind
— Rewind to the first element
SimpleXMLIterator::valid
— Check whether the current element is valid
SimpleXML-Funktionen
simplexml_import_dom
— Erzeugt ein SimpleXMLElement-Objekt aus einem DOM-Knoten
simplexml_load_file
— Übersetzt ein XML-File in ein Objekt
simplexml_load_string
— Übersetzt einen XML-String in ein Objekt
SDO_DAS_XML_Document::setXMLVersion
Einführung
XML-Manipulation
PHP Manual