Home
last modified time | relevance | path

Searched refs:DOM (Results 1 – 25 of 149) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDOMImplementation.idl43 Creates a DOM Document object of the specified type with its document element.
49DOM implementation does not support the "XML" feature but a non-null namespace URI was
53 NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
55 … in the future, by the DOM WG or in extensions defined by other groups, may also
67 NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
69 … in the future, by the DOM WG or in extensions defined by other groups, may also demand
77 Test if the DOM implementation implements a specific feature.
H A DXDocumentBuilder.idl85 Obtain a new instance of a DOM Document object to build a DOM tree
92 return a new DOM Document object.
100 a new DOM Document object.
H A DXNamedNodeMap.idl82 …arg is an Attr that is already an attribute of another Element object. The DOM user must explicitl…
92 …arg is an Attr that is already an attribute of another Element object. The DOM user must explicitl…
H A DXNode.idl77 @see <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) …
210 Tests whether the DOM implementation implements a specific feature and
H A DXElement.idl125 …: Raised if newAttr is already an attribute of another Element object. The DOM user must explicitl…
134 …: Raised if newAttr is already an attribute of another Element object. The DOM user must explicitl…
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx152 DOM::CNode *const pCNode(DOM::CNode::GetImplementation(xNamespaceNode)); in lcl_collectNamespaces()
353 ::rtl::Reference<DOM::CDocument> const pCDoc( in eval()
354 dynamic_cast<DOM::CDocument*>( DOM::CNode::GetImplementation( in eval()
358 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval()
H A Dnodelist.hxx48 namespace DOM { namespace
59 ::rtl::Reference< DOM::CDocument > const m_pDocument;
67 ::rtl::Reference<DOM::CDocument> const& pDocument,
H A Dxpathobject.hxx48 namespace DOM { namespace
57 ::rtl::Reference< DOM::CDocument > const m_pDocument;
63 CXPathObject( ::rtl::Reference<DOM::CDocument> const& pDocument,
H A Dnodelist.cxx31 ::rtl::Reference<DOM::CDocument> const& pDocument, in CNodeList()
/trunk/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl42 * When converting SAX events into a DOM tree, this interface is
43 * used to manipulate the DOM data in UNO perspective.
45 * Every lauguage has its own methods to manipulate its native DOM
50 * then other component can manipulate DOM data through UNO methods.
105 * Clears all useless element in a branch of the DOM tree along the
133 * Converts a part of the DOM tree into SAX events.
150 * Converts the whole DOM tree into a SAX event stream.
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXSAXSerializable.idl38 /** serializes a DOM tree by generating SAX events.
50 /** serializes an object (e.g. a DOM tree) that represents an XML document
59 This is necessary mostly because the DOM implementation does
H A DXFastSAXSerializable.idl46 /** serializes a DOM tree by generating FastSAX events.
58 /** serializes an object (e.g. a DOM tree) that represents an XML document
69 This is necessary mostly because the DOM implementation does
/trunk/main/unoxml/source/events/
H A Deventdispatcher.hxx45 namespace DOM { namespace
81 DOM::CDocument & rDocument,
H A Deventdispatcher.cxx34 namespace DOM { namespace events { namespace
101 DOM::CDocument & rDocument, ::osl::Mutex & rMutex, in dispatchEvent()
/trunk/main/unoxml/source/service/
H A Dservices.cxx42 using namespace ::DOM;
43 using namespace ::DOM::events;
/trunk/main/offapi/com/sun/star/xforms/
H A DBinding.idl50 /** represent a binding to one or more nodes in the DOM tree of an <type>XModel</type>.
70 <p>If a binding is associated with more than one node in a DOM tree, it
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.cxx26 namespace DOM namespace
H A Dchildlist.hxx41 namespace DOM namespace
H A Dcomment.cxx29 namespace DOM namespace
H A Dcdatasection.cxx28 namespace DOM namespace
H A Ddomimplementation.cxx29 namespace DOM namespace
H A Ddomimplementation.hxx41 namespace DOM namespace
H A Dentityreference.cxx28 namespace DOM namespace
H A Dnotation.cxx28 namespace DOM namespace
H A Dtext.cxx27 namespace DOM namespace

Completed in 55 milliseconds

123456