Home
last modified time | relevance | path

Searched refs:Node (Results 76 – 100 of 226) sorted by relevance

12345678910

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentSerializerImpl.java27 import org.w3c.dom.Node;
114 Node offnode = (Node)domDoc.getDocumentElement(); in serialize()
148 Node tmpNode; in serialize()
149 Node rootNode = (Node)rootElement; in serialize()
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java39 import org.w3c.dom.Node;
446 private void updatesTree(Node node, JTree tree) in updatesTree()
714 private void removeEmptyText(Node node) in removeEmptyText()
722 case Node.DOCUMENT_NODE: in removeEmptyText()
723 case Node.ELEMENT_NODE: in removeEmptyText()
724 Node child = node.getFirstChild(); in removeEmptyText()
727 Node nextSibling = child.getNextSibling(); in removeEmptyText()
730 if (childType==Node.TEXT_NODE) in removeEmptyText()
738 else if (childType == Node.ELEMENT_NODE) in removeEmptyText()
1114 updatesTree((Node)m_rightTreeEventCollector.getCurrentElement(), m_rightTree); in updatesUIs()
/trunk/main/configmgr/source/
H A Dmodifications.hxx40 struct Node { struct in configmgr::Modifications
41 typedef boost::unordered_map< rtl::OUString, Node, rtl::OUStringHash > Children; argument
54 Node const & getRoot() const;
57 Node root_;
H A Dpartial.hxx52 struct Node { struct in configmgr::Partial
53 typedef boost::unordered_map< rtl::OUString, Node, rtl::OUStringHash > Children; argument
55 Node(): startInclude(false) {} in Node() function
62 Node root_;
H A Dlocalizedpropertynode.cxx47 Node(layer), staticType_(staticType), nillable_(nillable) in LocalizedPropertyNode()
50 rtl::Reference< Node > LocalizedPropertyNode::clone(bool) const { in clone()
68 Node(other), staticType_(other.staticType_), nillable_(other.nillable_) in LocalizedPropertyNode()
75 Node::Kind LocalizedPropertyNode::kind() const { in kind()
H A Dlocalizedvaluenode.cxx44 Node(layer), value_(value) in LocalizedValueNode()
47 rtl::Reference< Node > LocalizedValueNode::clone(bool) const { in clone()
65 Node(other), value_(other.value_) in LocalizedValueNode()
70 Node::Kind LocalizedValueNode::kind() const { in kind()
H A Dgroupnode.cxx39 Node(layer), extensible_(extensible), templateName_(templateName), in GroupNode()
43 rtl::Reference< Node > GroupNode::clone(bool keepTemplateName) const { in clone()
68 Node(other), extensible_(other.extensible_), mandatory_(other.mandatory_) in GroupNode()
78 Node::Kind GroupNode::kind() const { in kind()
H A Ddata.hxx46 class Node;
76 static rtl::Reference< Node > findNode(
79 rtl::Reference< Node > resolvePathRepresentation(
84 rtl::Reference< Node > getTemplate(
H A Dpropertynode.cxx50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode()
54 rtl::Reference< Node > PropertyNode::clone(bool) const { in clone()
95 Node(other), staticType_(other.staticType_), nillable_(other.nillable_), in PropertyNode()
102 Node::Kind PropertyNode::kind() const { in kind()
H A Dsetnode.cxx64 Node(layer), defaultTemplateName_(defaultTemplateName), in SetNode()
68 rtl::Reference< Node > SetNode::clone(bool keepTemplateName) const { in clone()
105 Node(other), defaultTemplateName_(other.defaultTemplateName_), in SetNode()
117 Node::Kind SetNode::kind() const { in kind()
/trunk/main/xmerge/java/xmerge/src/main/resources/org/openoffice/xmerge/util/
H A Dresources.properties47 EMPTY_NODE_EXCEPTION=Current Node is empty
48 NOT_LEAFNODE_EXCEPTION=Current Node is not a leaf node
50 NOT_TEXTNODE_EXCEPTION=The target Node is not a TEXT_NODE, it is -
55 NOT_ELEM_NODE_ERROR=The compared nodes are not a Element Node
57 NOT_NODE_ERROR=The compared nodes are not a Node
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeEntry.java26 import org.w3c.dom.Node;
40 private Node node_;
49 public TextNodeEntry(int startChar, int endChar, Node node) { in TextNodeEntry()
80 public Node node() { in node()
H A DTextNodeIterator.java26 import org.w3c.dom.Node;
53 public TextNodeIterator(Node node) { in TextNodeIterator()
66 protected boolean nodeSupported(Node node) { in nodeSupported()
70 if (node.getNodeType() == Node.TEXT_NODE || in nodeSupported()
H A DRowIterator.java26 import org.w3c.dom.Node;
53 public RowIterator(ConverterCapabilities cc, Node node) { in RowIterator()
65 protected boolean nodeSupported(Node node) { in nodeSupported()
69 if (node.getNodeType() == Node.ELEMENT_NODE && in nodeSupported()
H A DParaNodeIterator.java26 import org.w3c.dom.Node;
59 public ParaNodeIterator(ConverterCapabilities cc, Node node) { in ParaNodeIterator()
73 protected boolean nodeSupported(Node node) { in nodeSupported()
77 if (node.getNodeType() == Node.ELEMENT_NODE && in nodeSupported()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java46 import org.w3c.dom.Node;
147 Node bodyNode = doc.getElementsByTagName(TAG_OFFICE_BODY).item(0); in buildDocument()
150 Node autoStylesNode = doc.getElementsByTagName( in buildDocument()
210 Node[] children = OfficeUtil.parseText(pts.getText(), doc); in buildDocument()
250 paraNode.appendChild((Node)textSpans.elementAt(i)); in buildDocument()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java40 import org.jfree.report.structure.Node;
124 final Node[] nodeArray = section.getNodeArray(); in findFormattedTextElement()
127 final Node node = nodeArray[i]; in findFormattedTextElement()
152 final Node[] nodes = section.getNodeArray(); in getDisplayStyleName()
155 final Node child = nodes[i]; in getDisplayStyleName()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DXMLHelper.java40 public static Node addElement(Node parent, String name, String[] attNames, String[] attValues) in addElement()
59 public static Node addElement(Node parent, String name, String attNames, String attValues) in addElement()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java31 import org.w3c.dom.Node;
83 public TextStyle(Node node, StyleCatalog sc) { in TextStyle()
92 Node attr = attrNodes.item(i); in TextStyle()
104 Node child = children.item(i); in TextStyle()
111 Node attr = childAttrNodes.item(j); in TextStyle()
515 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAll.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in All()
52 private static boolean CheckParent (final Node aParent) in CheckParent()
H A DElement.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
33 extends Node
39 final Node aParent, in Element()
69 public int compareTo (final Node aOther) in compareTo()
H A DComplexTypeReference.java28 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
38 final Node aParent, in ComplexTypeReference()
51 final Node aType = aSchema.GetTypeForName(maReferencedTypeName); in GetReferencedComplexType()
H A DGroupReference.java28 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
38 final Node aParent, in GroupReference()
60 final Node aType = aSchemaBase.GetTypeForName(maReferencedGroupName); in GetReferencedGroup()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DSimpleTypeReference.java28 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
38 final Node aParent, in SimpleTypeReference()
51 final Node aType = aSchemaBase.GetTypeForName(maReferencedTypeName); in GetReferencedSimpleType()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java29 import org.w3c.dom.Node;
55 public CellStyle(Node node, StyleCatalog sc) { in CellStyle()
64 Node attr = attrNodes.item(i); in CellStyle()
76 Node child = children.item(i); in CellStyle()
83 Node attr = childAttrNodes.item(j); in CellStyle()
342 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()

Completed in 171 milliseconds

12345678910