Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java497 org.w3c.dom.Node declNode; in buildDocument() local
501 declNode = doc.createElement(TAG_OFFICE_FONT_DECLS); in buildDocument()
502 rootNode.insertBefore(declNode, bodyNode); in buildDocument()
509 declNode.appendChild(fontNode); in buildDocument()
515 declNode.appendChild(fontNode); in buildDocument()