Lines Matching refs:SAL_CALL

135         virtual Reference< XAttr > SAL_CALL createAttribute(const OUString& name)
141 …virtual Reference< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString…
147 virtual Reference< XCDATASection > SAL_CALL createCDATASection(const OUString& data)
153 virtual Reference< XComment > SAL_CALL createComment(const OUString& data)
159 virtual Reference< XDocumentFragment > SAL_CALL createDocumentFragment()
165 virtual Reference< XElement > SAL_CALL createElement(const OUString& tagName)
171 …virtual Reference< XElement > SAL_CALL createElementNS(const OUString& namespaceURI, const OUStrin…
177 virtual Reference< XEntityReference > SAL_CALL createEntityReference(const OUString& name)
184 virtual Reference< XProcessingInstruction > SAL_CALL createProcessingInstruction(
191 virtual Reference< XText > SAL_CALL createTextNode(const OUString& data)
198 virtual Reference< XDocumentType > SAL_CALL getDoctype()
205 virtual Reference< XElement > SAL_CALL getDocumentElement()
211 virtual Reference< XElement > SAL_CALL getElementById(const OUString& elementId)
219 virtual Reference< XNodeList > SAL_CALL getElementsByTagName(const OUString& tagname)
227 …virtual Reference< XNodeList > SAL_CALL getElementsByTagNameNS(const OUString& namespaceURI, const…
233 virtual Reference< XDOMImplementation > SAL_CALL getImplementation()
239 …virtual Reference< XNode > SAL_CALL importNode(const Reference< XNode >& importedNode, sal_Bool de…
243 …virtual Reference< XEvent > SAL_CALL createEvent(const OUString& eventType) throw (RuntimeExceptio…
247 …virtual void SAL_CALL addListener(const Reference< XStreamListener >& aListener ) throw (RuntimeE…
248 …virtual void SAL_CALL removeListener(const Reference< XStreamListener >& aListener ) throw (Runtim…
249 virtual void SAL_CALL start() throw (RuntimeException);
250 virtual void SAL_CALL terminate() throw (RuntimeException);
254 …virtual void SAL_CALL setOutputStream( const Reference< XOutputStream >& aStream ) throw (Runtime…
255 virtual Reference< XOutputStream > SAL_CALL getOutputStream() throw (RuntimeException);
259 virtual OUString SAL_CALL getNodeName()
261 virtual OUString SAL_CALL getNodeValue()
263 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep)
266 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
271 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
276 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
281 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
286 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
291 virtual OUString SAL_CALL getLocalName() in getLocalName()
296 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
301 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
306 virtual NodeType SAL_CALL getNodeType() in getNodeType()
311 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
316 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
321 virtual OUString SAL_CALL getPrefix() in getPrefix()
326 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
331 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
336 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
341 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
347 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
352 virtual void SAL_CALL normalize() in normalize()
357 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
362 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
368 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
373 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()
380 virtual void SAL_CALL serialize(
386 virtual void SAL_CALL fastSerialize( const Reference< XFastDocumentHandler >& handler,