LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XMLDocumentWrapper Service Reference

Service of XMLDocumentWrapper. More...

import "XMLDocumentWrapper.idl";

Inheritance diagram for XMLDocumentWrapper:
XXMLDocumentWrapper XInitialization XInterface XInterface

Exported Interfaces

interface com::sun::star::xml::wrapper::XXMLDocumentWrapper
interface com::sun::star::lang::XInitialization

Additional Inherited Members

Public Member Functions inherited from XXMLDocumentWrapper
XXMLElementWrapper getCurrentElement ()
 Gets the current element.
void setCurrentElement ([in] XXMLElementWrapper element)
 Sets the current element.
void removeCurrentElement ()
 Removes the current element.
boolean isCurrent ([in] XXMLElementWrapper node)
 Checks whether an element is the current element.
boolean isCurrentElementEmpty ()
 Checks whether the current element is empty.
string getNodeName ([in] XXMLElementWrapper node)
 Gets the name of the element.
void clearUselessData ([in] XXMLElementWrapper node, [in] sequence< XXMLElementWrapper > reservedDescendants, [in] XXMLElementWrapper stopAtNode)
 Clears all useless element in a branch of the DOM tree along the tree order.
void collapse ([in] XXMLElementWrapper node)
 Collapses a tree path.
void generateSAXEvents ([in] com::sun::star::xml::sax::XDocumentHandler handler, [in] com::sun::star::xml::sax::XDocumentHandler saxEventKeeperHandler, [in] XXMLElementWrapper startNode, [in] XXMLElementWrapper endNode) raises ( com::sun::star::xml::sax::SAXException )
 Converts a part of the DOM tree into SAX events.
void getTree ([in] com::sun::star::xml::sax::XDocumentHandler handler) raises ( com::sun::star::xml::sax::SAXException )
 Converts the whole DOM tree into a SAX event stream.
void rebuildIDLink ([in] XXMLElementWrapper node)
 Rebuild the ID attribute in the branch starting from the particular element.
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.
Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object.

Detailed Description

Service of XMLDocumentWrapper.

Exported Interfaces

◆ com::sun::star::lang::XInitialization

◆ com::sun::star::xml::wrapper::XXMLDocumentWrapper


The documentation for this service was generated from the following file: