Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java74 private Document contentDoc = null; field in OfficeDocument
170 return contentDoc; in getContentDOM()
209 contentDoc = (Document)newDom; in setContentDOM()
434 contentDoc = parse(builder, contentBytes); in read()
545 rootElement=contentDoc.getDocumentElement(); in read()
699 zip.setContentXMLBytes(docToBytes(contentDoc)); in write()
813 if (contentDoc !=null){ in write()
820 nodeList= contentDoc.getElementsByTagName(TAG_OFFICE_BODY); in write()
978 contentDoc = createDOM(TAG_OFFICE_DOCUMENT_CONTENT); in initContentDOM()
982 Element root = contentDoc.getDocumentElement(); in initContentDOM()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java62 private Document contentDoc = null; field in DOMDocument
149 return contentDoc; in getContentDOM()
159 contentDoc=(Document)newDom; in setContentDOM()
205 contentDoc= builder.parse(is); in read()
225 byte contentBytes[] = docToBytes(contentDoc); in write()
366 contentDoc = createDOM(""); in initContentDOM()

Completed in 23 milliseconds