Home
last modified time | relevance | path

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

12345678910>>...12

/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx193 …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()
238 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in hasActiveEntry()
308 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
317 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
324 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
331 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
338 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
345 Reference<css::xml::dom::XNode>( in writeVectorOfPair()
423 Reference<css::xml::dom::XNode>( in writeSimpleList()
[all …]
/trunk/main/unoxml/
H A DLibrary_unoxml.mk51 unoxml/source/dom/node \
52 unoxml/source/dom/document \
53 unoxml/source/dom/element \
54 unoxml/source/dom/attr \
57 unoxml/source/dom/comment \
61 unoxml/source/dom/entity \
63 unoxml/source/dom/notation \
65 unoxml/source/dom/text \
67 unoxml/source/dom/elementlist \
68 unoxml/source/dom/childlist \
[all …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx111 } catch (css::xml::dom::DOMException & e) { in getNodeValue()
157 css::uno::Reference<css::xml::dom::XNode> m_xRoot;
262 m_xRoot = Reference<css::xml::dom::XNode>( in ExtensionDescription()
345 Reference< css::xml::dom::XNode > root; in getDescriptionInfoset()
401 css::uno::Reference< css::xml::dom::XNode > n; in getNodeValueFromExpression()
568 css::uno::Reference< css::xml::dom::XNodeList >
781 css::uno::Reference< css::xml::dom::XNode >
816 css::uno::Reference<css::xml::dom::XNode>
833 css::uno::Reference<css::xml::dom::XNode>
876 css::uno::Reference<css::xml::dom::XNode>
[all …]
/trunk/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…
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;
541 uno::Reference< xml::dom::XElement >
551 uno::Reference< xml::dom::XDocument > xUpdateXML = in getDocumentRoot()
581 return uno::Reference< xml::dom::XElement > (); in getDocumentRoot()
586 uno::Reference< xml::dom::XNode >
617 uno::Reference< xml::dom::XElement > xElement; in getUpdateInformationEnumeration()
[all …]
/trunk/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>
83 string getNodeName( [in] com::sun::star::xml::dom::XNode xNode );
121 com::sun::star::xml::dom::XNode
124 com::sun::star::xml::dom::XNode
128 com::sun::star::xml::dom::XNode renameNode(
129 [in] com::sun::star::xml::dom::XNode xNode,
133 [in] com::sun::star::xml::dom::XNode xNode,
137 [in] com::sun::star::xml::dom::XNode xNode );
[all …]
/trunk/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)
94 str = dom.toxml()
112 return xml.dom.minidom.parseString(document)
117 dom = self.parse_file(inputfile)
118 sdf_data.extend(self.extract_topic(dom.getElementsByTagName("topic"), inputfile))
[all …]
/trunk/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()
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()
658 org.w3c.dom.Attr aAttrib = (org.w3c.dom.Attr)lAttribs.item(i); in extractNodeAttribByName()
701 org.w3c.dom.Node aChild = (org.w3c.dom.Node)en.nextElement(); in extractChildNodesByTagName()
727 public static java.util.Vector extractChildNodesByType(org.w3c.dom.Node aNode, in extractChildNodesByType()
732 org.w3c.dom.NodeList lChilds = aNode.getChildNodes(); in extractChildNodesByType()
[all …]
/trunk/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>
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,
255 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
[all …]
/trunk/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,
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,
171 com::sun::star::xml::dom::XNode selectSingleNode(
172 [in] com::sun::star::xml::dom::XNode contextNode,
[all …]
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx308 css::uno::Reference< css::xml::dom::XNode> m_xParent;
731 } catch (css::xml::dom::DOMException & e) { in setMetaText()
869 } catch (css::xml::dom::DOMException & e) { in setMetaList()
988 css::uno::Reference<css::xml::dom::XNode> xNode = in updateElement()
1010 } catch (css::xml::dom::DOMException & e) { in updateElement()
1085 css::uno::Reference<css::xml::dom::XDocument> SAL_CALL
1098 css::uno::Reference<css::xml::dom::XDocument> xDoc = in createDOM()
1156 css::uno::Reference<css::xml::dom::XNode> xDocNode( in init()
1213 } catch (css::xml::dom::DOMException & e) { in init()
2142 css::uno::Reference<css::xml::dom::XDocument> xDoc; in initialize()
[all …]
/trunk/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 …]
/trunk/main/xmerge/java/xmerge/src/main/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()
231 private ByteArrayOutputStream transform(org.w3c.dom.Document domDoc) in transform()
[all …]
/trunk/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,
/trunk/main/svx/source/form/
H A Ddatanavi.cxx69 using namespace ::com::sun::star::xml::dom::events;
137 Reference< css::xml::dom::XNode > m_xNode;
398 case css::xml::dom::NodeType_TEXT_NODE: in AddChildren()
500 Reference< css::xml::dom::XNode > xNewNode; in DoToolBoxAction()
532 catch ( css::xml::dom::DOMException& e ) in DoToolBoxAction()
547 Reference< css::xml::dom::XNode > xPNode; in DoToolBoxAction()
603 Reference< css::xml::dom::XNode > xPNode; in DoToolBoxAction()
1144 Reference< css::xml::dom::XNode > xPNode; in RemoveEntry()
1145 Reference< css::xml::dom::XNode > xNode = in RemoveEntry()
1400 Reference< css::xml::dom::XNode > xRoot; in LoadInstance()
[all …]
/trunk/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;
/trunk/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 {
/trunk/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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/xmerge/java/aportisdoc/src/main/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()
/trunk/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,
/trunk/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;
/trunk/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();
/trunk/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()

Completed in 279 milliseconds

12345678910>>...12