/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XDOMImplementation.idl | 43 Creates a DOM Document object of the specified type with its document element. 49 … DOM 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 D | XDocumentBuilder.idl | 85 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 D | XNamedNodeMap.idl | 82 …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 D | XNode.idl | 77 @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 D | XElement.idl | 125 …: 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…
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 152 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 D | nodelist.hxx | 48 namespace DOM { namespace 59 ::rtl::Reference< DOM::CDocument > const m_pDocument; 67 ::rtl::Reference<DOM::CDocument> const& pDocument,
|
H A D | xpathobject.hxx | 48 namespace DOM { namespace 57 ::rtl::Reference< DOM::CDocument > const m_pDocument; 63 CXPathObject( ::rtl::Reference<DOM::CDocument> const& pDocument,
|
H A D | nodelist.cxx | 31 ::rtl::Reference<DOM::CDocument> const& pDocument, in CNodeList()
|
/aoo42x/main/offapi/com/sun/star/xml/wrapper/ |
H A D | XXMLDocumentWrapper.idl | 42 * 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.
|
/aoo42x/main/offapi/com/sun/star/xml/sax/ |
H A D | XSAXSerializable.idl | 38 /** 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 D | XFastSAXSerializable.idl | 46 /** 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
|
/aoo42x/main/unoxml/source/events/ |
H A D | eventdispatcher.hxx | 45 namespace DOM { namespace 81 DOM::CDocument & rDocument,
|
H A D | eventdispatcher.cxx | 34 namespace DOM { namespace events { namespace 101 DOM::CDocument & rDocument, ::osl::Mutex & rMutex, in dispatchEvent()
|
/aoo42x/main/unoxml/source/service/ |
H A D | services.cxx | 42 using namespace ::DOM; 43 using namespace ::DOM::events;
|
/aoo42x/main/offapi/com/sun/star/xforms/ |
H A D | Binding.idl | 50 /** 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
|
/aoo42x/main/unoxml/source/dom/ |
H A D | documentfragment.cxx | 26 namespace DOM namespace
|
H A D | childlist.hxx | 41 namespace DOM namespace
|
H A D | comment.cxx | 29 namespace DOM namespace
|
H A D | cdatasection.cxx | 28 namespace DOM namespace
|
H A D | domimplementation.cxx | 29 namespace DOM namespace
|
H A D | domimplementation.hxx | 41 namespace DOM namespace
|
H A D | entityreference.cxx | 28 namespace DOM namespace
|
H A D | notation.cxx | 28 namespace DOM namespace
|
H A D | text.cxx | 27 namespace DOM namespace
|