LibreOffice
LibreOffice 24.2 SDK API Reference
XDocument Member List

This is the complete list of members for XDocument, including all inherited members.

acquire()XInterface
appendChild([in] XNode newChild)XNode
cloneNode([in] boolean deep)XNode
createAttribute([in] string name)XDocument
createAttributeNS([in] string namespaceURI, [in] string qualifiedName)XDocument
createCDATASection([in] string data)XDocument
createComment([in] string data)XDocument
createDocumentFragment()XDocument
createElement([in] string tagName)XDocument
createElementNS([in] string namespaceURI, [in] string qualifiedName)XDocument
createEntityReference([in] string name)XDocument
createProcessingInstruction([in] string target, [in] string data)XDocument
createTextNode([in] string data)XDocument
getAttributes()XNode
getChildNodes()XNode
getDoctype()XDocument
getDocumentElement()XDocument
getElementById([in] string elementId)XDocument
getElementsByTagName([in] string tagname)XDocument
getElementsByTagNameNS([in] string namespaceURI, [in] string localName)XDocument
getFirstChild()XNode
getImplementation()XDocument
getLastChild()XNode
getLocalName()XNode
getNamespaceURI()XNode
getNextSibling()XNode
getNodeName()XNode
getNodeType()XNode
getNodeValue()XNode
getOwnerDocument()XNode
getParentNode()XNode
getPrefix()XNode
getPreviousSibling()XNode
hasAttributes()XNode
hasChildNodes()XNode
importNode([in] XNode importedNode, [in] boolean deep)XDocument
insertBefore([in] XNode newChild, [in] XNode refChild)XNode
isSupported([in] string feature, [in] string ver)XNode
normalize()XNode
queryInterface([in] type aType)XInterface
release()XInterface
removeChild([in] XNode oldChild)XNode
replaceChild([in] XNode newChild, [in] XNode oldChild)XNode
setNodeValue([in] string nodeValue)XNode
setPrefix([in] string prefix)XNode