Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentSerializerImpl.java124 Element rootElement=newDoc.getDocumentElement(); in serialize() local
125 rootElement.setAttribute("xmlns:office","http://openoffice.org/2000/office"); in serialize()
126 rootElement.setAttribute("xmlns:style","http://openoffice.org/2000/style" ); in serialize()
127 rootElement.setAttribute("xmlns:text","http://openoffice.org/2000/text"); in serialize()
128 rootElement.setAttribute("xmlns:table","http://openoffice.org/2000/table"); in serialize()
130 rootElement.setAttribute("xmlns:draw","http://openoffice.org/2000/drawing"); in serialize()
131 rootElement.setAttribute("xmlns:fo","http://www.w3.org/1999/XSL/Format" ); in serialize()
132 rootElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink" ); in serialize()
133 rootElement.setAttribute("xmlns:dc","http://purl.org/dc/elements/1.1/" ); in serialize()
134 rootElement.setAttribute("xmlns:meta","http://openoffice.org/2000/meta" ); in serialize()
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java537 Element rootElement=newDoc.getDocumentElement(); in read() local
541 Node rootNode = (Node)rootElement; in read()
545 rootElement=contentDoc.getDocumentElement(); in read()
546 rootNode = (Node)rootElement; in read()
569 rootElement=styleDoc.getDocumentElement(); in read()
570 rootNode = (Node)rootElement; in read()
601 rootElement=settingsDoc.getDocumentElement(); in read()
602 rootNode = (Node)rootElement; in read()
610 rootElement=metaDoc.getDocumentElement(); in read()
611 rootNode = (Node)rootElement; in read()
[all …]