Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/AOO41X/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx74 css::uno::Reference<css::xml::dom::XDocument> BackendDb::getDocument() in getDocument()
78 const Reference<css::xml::dom::XDocumentBuilder> xDocBuilder( in getDocument()
99 const Reference<css::xml::dom::XElement> rootNode = in getDocument()
103 m_doc->appendChild(Reference<css::xml::dom::XNode>( in getDocument()
145 const Reference<css::xml::dom::XDocument> doc = getDocument(); in removeElement()
146 const Reference<css::xml::dom::XNode> root = doc->getFirstChild(); in removeElement()
149 const Reference<css::xml::dom::XNode> aNode = in removeElement()
160 const Reference<css::xml::dom::XNode> nextNode = in removeElement()
193 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in revokeEntry()
214 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in activateEntry()
[all …]
/AOO41X/main/unoxml/
H A DLibrary_unoxml.mk50 unoxml/source/dom/node \
51 unoxml/source/dom/document \
52 unoxml/source/dom/element \
53 unoxml/source/dom/attr \
54 unoxml/source/dom/cdatasection \
55 unoxml/source/dom/characterdata \
56 unoxml/source/dom/comment \
57 unoxml/source/dom/documentbuilder \
58 unoxml/source/dom/documentfragment \
59 unoxml/source/dom/documenttype \
[all …]
/AOO41X/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx70 class EmptyNodeList: public ::cppu::WeakImplHelper1< css::xml::dom::XNodeList >
79 virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL
95 css::uno::Reference< css::xml::dom::XNode > EmptyNodeList::item(::sal_Int32) in item()
106 css::uno::Reference< css::xml::dom::XNode > const & node) in getNodeValue()
111 } catch (css::xml::dom::DOMException & e) { in getNodeValue()
145 css::uno::Reference<css::xml::dom::XNode> getRootElement() const in getRootElement()
157 css::uno::Reference<css::xml::dom::XNode> m_xRoot;
229 Reference<css::xml::dom::XDocumentBuilder> xDocBuilder( in ExtensionDescription()
242 Reference<css::xml::dom::XDocument> xDoc = xDocBuilder->parse(xIn); in ExtensionDescription()
249 Reference<css::xml::dom::XElement> xRoot = xDoc->getDocumentElement(); in ExtensionDescription()
[all …]
/AOO41X/main/extensions/source/update/feed/
H A Dupdatefeed.cxx149 …uno::Reference< xml::dom::XElement > getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNo…
150 …uno::Reference< xml::dom::XNode > getChildNode(const uno::Reference< xml::dom::XNode >& rxNode, co…
154 virtual uno::Sequence< uno::Reference< xml::dom::XElement > > SAL_CALL
207 const uno::Reference< xml::dom::XDocumentBuilder >& xDocumentBuilder,
214 const uno::Reference< xml::dom::XDocumentBuilder > m_xDocumentBuilder;
234 UpdateInformationEnumeration(const uno::Reference< xml::dom::XNodeList >& xNodeList, in UpdateInformationEnumeration()
259 uno::Reference< xml::dom::XNode > xAtomEntryNode( m_xNodeList->item(m_nCount++) ); in nextElement()
261 uno::Reference< xml::dom::XNode > xSummaryNode( in nextElement()
268 uno::Reference< xml::dom::XNode > xContentNode( in nextElement()
291 const uno::Reference< xml::dom::XNodeList > m_xNodeList;
[all …]
/AOO41X/main/offapi/com/sun/star/xforms/
H A DXFormsUIHelper1.idl31 #include <com/sun/star/xml/dom/XNode.idl>
47 #include <com/sun/star/xml/dom/XDocument.idl>
51 #include <com/sun/star/xml/dom/XNode.idl>
76 string getDefaultServiceNameForNode( [in] com::sun::star::xml::dom::XNode xNode );
78 string getDefaultBindingExpressionForNode( [in] com::sun::star::xml::dom::XNode xNode );
80 string getNodeDisplayName( [in] com::sun::star::xml::dom::XNode xNode,
83 string getNodeName( [in] com::sun::star::xml::dom::XNode xNode );
100 com::sun::star::xml::dom::XDocument newInstance( [in] string sName,
121 com::sun::star::xml::dom::XNode
122 createElement( [in] com::sun::star::xml::dom::XNode xParent,
[all …]
/AOO41X/main/l10ntools/scripts/tool/
H A Dxhtex.py25 import xml.dom.minidom
48 def merge_topic(self, list, sdfdata, lang, inputfilename, dom): argument
76 return xml.dom.minidom.parseString(document)
85 dom = parsed_file_ref.cloneNode(True)
88 self.merge_topic(dom.getElementsByTagName("topic"), sdfdata, lang, inputfilename, dom)
89 self.merge_title(dom.getElementsByTagName("node"), sdfdata, lang, inputfilename)
90 self.merge_title(dom.getElementsByTagName("help_section"), sdfdata, lang, inputfilename)
94 str = dom.toxml()
112 return xml.dom.minidom.parseString(document)
117 dom = self.parse_file(inputfile)
[all …]
/AOO41X/main/desktop/source/deployment/inc/
H A Ddp_descriptioninfoset.hxx41 namespace dom { namespace
84 ::com::sun::star::xml::dom::XNode > const & element);
186 ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNodeList >
234 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode >
236 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
238 ::com::sun::star::xml::dom::XNode > const & xParent, ::rtl::OUString const & sLocale) const;
239 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
241 ::com::sun::star::xml::dom::XNode > const & xParent,
243 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
245 ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode > const & xParent,
[all …]
/AOO41X/main/l10ntools/source/filter/utils/
H A DXMLHelper.java121 public static java.util.HashMap convertNodeToPropSet(org.w3c.dom.Node aNode) in convertNodeToPropSet()
131 org.w3c.dom.Node aChildNode = (org.w3c.dom.Node)en1.nextElement(); in convertNodeToPropSet()
158 org.w3c.dom.Node aValueNode = (org.w3c.dom.Node)en2.nextElement(); in convertNodeToPropSet()
168 … java.lang.String sData = ((org.w3c.dom.CharacterData)aValueNode.getFirstChild()).getData(); in convertNodeToPropSet()
176 … java.lang.String sData = ((org.w3c.dom.CharacterData)aValueNode.getFirstChild()).getData(); in convertNodeToPropSet()
185 … java.lang.String sData = ((org.w3c.dom.CharacterData)aValueNode.getFirstChild()).getData(); in convertNodeToPropSet()
208 …java.lang.String sData = ((org.w3c.dom.CharacterData)aValueNode.getFirstChild()).get… in convertNodeToPropSet()
636 public static java.lang.String extractNodeAttribByName(org.w3c.dom.Node aNode , in extractNodeAttribByName()
641 if (aNode.getNodeType() != org.w3c.dom.Node.ELEMENT_NODE) in extractNodeAttribByName()
648 org.w3c.dom.NamedNodeMap lAttribs = aNode.getAttributes(); in extractNodeAttribByName()
[all …]
/AOO41X/main/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl31 #include <com/sun/star/xml/dom/XNode.idl>
34 #include <com/sun/star/xml/dom/XNodeList.idl>
82 [in] com::sun::star::xml::dom::XNode contextNode,
106 [in] com::sun::star::xml::dom::XNode contextNode,
108 [in] com::sun::star::xml::dom::XNode namespaceNode)
127 com::sun::star::xml::dom::XNodeList selectNodeList(
128 [in] com::sun::star::xml::dom::XNode contextNode,
151 com::sun::star::xml::dom::XNodeList selectNodeListNS(
152 [in] com::sun::star::xml::dom::XNode contextNode,
154 [in] com::sun::star::xml::dom::XNode namespaceNode)
[all …]
/AOO41X/main/desktop/source/deployment/registry/inc/
H A Ddp_backenddb.hxx37 namespace xml { namespace dom { namespace
53 css::uno::Reference<css::xml::dom::XDocument> m_doc;
67 css::uno::Reference<css::xml::dom::XDocument> getDocument();
75 css::uno::Reference<css::xml::dom::XNode> getKeyElement(
82 css::uno::Reference<css::xml::dom::XNode> const & xParent);
90 css::uno::Reference<css::xml::dom::XNode> const & xParent);
94 css::uno::Reference<css::xml::dom::XNode> const & xParent);
96 css::uno::Reference<css::xml::dom::XNode> writeKeyElement(
101 css::uno::Reference<css::xml::dom::XNode> const & xParent);
105 css::uno::Reference<css::xml::dom::XNode> const & parent,
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentSerializerImpl.java26 import org.w3c.dom.NodeList;
27 import org.w3c.dom.Node;
28 import org.w3c.dom.Element;
29 import org.w3c.dom.*;
40 import org.openoffice.xmerge.converter.dom.DOMDocument;
49 import javax.xml.transform.dom.DOMSource;
109 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in serialize()
110 org.w3c.dom.Document metaDoc = sxwDoc.getMetaDOM(); in serialize()
111 org.w3c.dom.Document styleDoc = sxwDoc.getStyleDOM(); in serialize()
121 …org.w3c.dom.Document newDoc = domImpl.createDocument("http://openoffice.org/2000/office","office:d… in serialize()
[all …]
/AOO41X/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx306 css::uno::Reference< css::xml::dom::XDocument > m_xDoc;
308 css::uno::Reference< css::xml::dom::XNode> m_xParent;
310 std::map< ::rtl::OUString, css::uno::Reference<css::xml::dom::XNode> >
314 std::vector<css::uno::Reference<css::xml::dom::XNode> > > m_metaList;
330 void SAL_CALL init(css::uno::Reference<css::xml::dom::XDocument> i_xDom);
339 css::uno::Reference<css::xml::dom::XDocument> SAL_CALL createDOM() const;
650 getNodeText(css::uno::Reference<css::xml::dom::XNode> i_xNode) in getNodeText()
656 for (css::uno::Reference<css::xml::dom::XNode> c = i_xNode->getFirstChild(); in getNodeText()
659 if (c->getNodeType() == css::xml::dom::NodeType_TEXT_NODE) { in getNodeText()
662 } catch (css::xml::dom::DOMException &) { // too big? in getNodeText()
[all …]
/AOO41X/main/offapi/com/sun/star/xml/dom/events/
H A DXMutationEvent.idl26 #include <com/sun/star/xml/dom/events/EventType.idl>
27 #include <com/sun/star/xml/dom/events/AttrChangeType.idl>
28 #include <com/sun/star/xml/dom/events/XEvent.idl>
29 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
30 #include <com/sun/star/xml/dom/events/XEventListener.idl>
32 #include <com/sun/star/xml/dom/XNode.idl>
34 module com { module sun { module star { module xml { module dom { module events {
39 com::sun::star::xml::dom::XNode getRelatedNode();
48 [in] com::sun::star::xml::dom::XNode relatedNodeArg,
H A DXMouseEvent.idl26 #include <com/sun/star/xml/dom/events/EventType.idl>
27 #include <com/sun/star/xml/dom/events/XEvent.idl>
28 #include <com/sun/star/xml/dom/events/XUIEvent.idl>
29 #include <com/sun/star/xml/dom/events/XEventTarget.idl>
30 #include <com/sun/star/xml/dom/events/XEventListener.idl>
32 module com { module sun { module star { module xml { module dom { module events {
51 [in] com::sun::star::xml::dom::views::XAbstractView viewArg,
/AOO41X/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java44 import org.eclipse.jdt.core.dom.AST;
45 import org.eclipse.jdt.core.dom.ASTParser;
46 import org.eclipse.jdt.core.dom.CompilationUnit;
47 import org.eclipse.jdt.core.dom.FieldDeclaration;
48 import org.eclipse.jdt.core.dom.MethodInvocation;
49 import org.eclipse.jdt.core.dom.Modifier.ModifierKeyword;
50 import org.eclipse.jdt.core.dom.StringLiteral;
51 import org.eclipse.jdt.core.dom.TypeDeclaration;
52 import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
/AOO41X/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl28 #include <com/sun/star/xml/dom/XNode.idl>
31 #include <com/sun/star/xml/dom/XAttr.idl>
34 #include <com/sun/star/xml/dom/XCDATASection.idl>
37 #include <com/sun/star/xml/dom/XComment.idl>
40 #include <com/sun/star/xml/dom/XDocumentFragment.idl>
43 #include <com/sun/star/xml/dom/XEntityReference.idl>
46 #include <com/sun/star/xml/dom/XProcessingInstruction.idl>
49 #include <com/sun/star/xml/dom/XDocumentType.idl>
52 #include <com/sun/star/xml/dom/XDOMImplementation.idl>
55 module com { module sun { module star { module xml { module dom {
/AOO41X/main/svx/source/form/
H A Ddatanavi.cxx69 using namespace ::com::sun::star::xml::dom::events;
137 Reference< css::xml::dom::XNode > m_xNode;
140 ItemNode( const Reference< css::xml::dom::XNode >& _rxNode ) : in ItemNode()
374 const Reference< css::xml::dom::XNode >& _xNode ) in AddChildren()
380 Reference< css::xml::dom::XNodeList > xNodeList = _xNode->getChildNodes(); in AddChildren()
387 Reference< css::xml::dom::XNode > xChild = xNodeList->item(i); in AddChildren()
388 css::xml::dom::NodeType eChildType = xChild->getNodeType(); in AddChildren()
392 case css::xml::dom::NodeType_ATTRIBUTE_NODE: in AddChildren()
395 case css::xml::dom::NodeType_ELEMENT_NODE: in AddChildren()
398 case css::xml::dom::NodeType_TEXT_NODE: in AddChildren()
[all …]
/AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java26 import org.w3c.dom.*;
138 org.w3c.dom.Document domDoc = sxwDoc.getContentDOM(); in readStyleCatalog()
208 private Node[] parseText(String text, org.w3c.dom.Document parentDoc) { in parseText()
303 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument()
456 org.w3c.dom.NodeList nl; in buildDocument()
462 org.w3c.dom.Document origDomDoc = origSxwDoc.getContentDOM(); in buildDocument()
465 org.w3c.dom.DocumentFragment df; in buildDocument()
466 org.w3c.dom.Node newNode; in buildDocument()
497 org.w3c.dom.Node declNode; in buildDocument()
503 org.w3c.dom.Element fontNode; in buildDocument()
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java28 import org.w3c.dom.NamedNodeMap;
29 import org.w3c.dom.NodeList;
30 import org.w3c.dom.Node;
31 import org.w3c.dom.Element;
46 private org.w3c.dom.Document settings = null;
139 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode()
H A DSheetSettings.java26 import org.w3c.dom.NamedNodeMap;
27 import org.w3c.dom.NodeList;
28 import org.w3c.dom.Node;
29 import org.w3c.dom.Element;
43 private org.w3c.dom.Document settings = null;
257 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode()
/AOO41X/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java26 import org.w3c.dom.NodeList;
27 import org.w3c.dom.Node;
28 import org.w3c.dom.Element;
29 import org.w3c.dom.Text;
135 org.w3c.dom.Document doc = sxwDoc.getContentDOM(); in buildDocument()
288 private void addTextNode(org.w3c.dom.Document doc, Node para, char text[], in addTextNode()
/AOO41X/main/unoxml/source/events/
H A Deventdispatcher.hxx42 using namespace com::sun::star::xml::dom;
43 using namespace com::sun::star::xml::dom::events;
51 typedef std::multimap< xmlNodePtr, Reference< com::sun::star::xml::dom::events::XEventListener> > L…
65 const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
71 const Reference<com::sun::star::xml::dom::events::XEventListener>& aListener,
/AOO41X/main/xmloff/inc/
H A DDomBuilderContext.hxx40 namespace xml { namespace dom { namespace
59 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> mxNode;
72 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>& );
82 com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument> getTree();
85 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode();
/AOO41X/main/xmloff/source/core/
H A DDomBuilderContext.cxx54 using com::sun::star::xml::dom::XAttr;
55 using com::sun::star::xml::dom::XDocument;
56 using com::sun::star::xml::dom::XDocumentBuilder;
57 using com::sun::star::xml::dom::XNode;
58 using com::sun::star::xml::dom::XElement;
60 using com::sun::star::xml::dom::NodeType_ELEMENT_NODE;
/AOO41X/main/xmlsecurity/tools/uno/
H A DAdapterNode.java26 import org.w3c.dom.Node;
27 import org.w3c.dom.Attr;
28 import org.w3c.dom.NamedNodeMap;
68 protected AdapterNode(org.w3c.dom.Node node) in AdapterNode()
94 org.w3c.dom.Node node = in child()

12345678910>>...12