Home
last modified time | relevance | path

Searched refs:child2 (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java199 Node child2 = nodeList2.item(j); in readNode() local
200 if (child2.getNodeType() == Node.TEXT_NODE) { in readNode()
201 s = child2.getNodeValue(); in readNode()
H A DSheetSettings.java355 Node child2 = nodeList2.item(j); in readNode() local
356 if (child2.getNodeType() == Node.TEXT_NODE) { in readNode()
357 s = child2.getNodeValue(); in readNode()
H A DSxcDocumentSerializer.java845 Node child2 = nodeList2.item(j); in traverseParagraph() local
847 if (child2.getNodeType() == Node.TEXT_NODE) { in traverseParagraph()
848 buffer.append(child2.getNodeValue()); in traverseParagraph()