Searched refs:newDoc (Results 1 – 2 of 2) sorted by relevance
535 org.w3c.dom.Document newDoc = builder.parse(ins); in read() local537 Element rootElement=newDoc.getDocumentElement(); in read()542 if (newDoc !=null){ in read()549 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_FONT_DECLS); in read()555 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_AUTOMATIC_STYLES); in read()561 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_BODY); in read()573 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_FONT_DECLS); in read()579 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_STYLES); in read()586 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_AUTOMATIC_STYLES); in read()593 nodeList= newDoc.getElementsByTagName(TAG_OFFICE_MASTER_STYLES); in read()[all …]
121 …org.w3c.dom.Document newDoc = domImpl.createDocument("http://openoffice.org/2000/office","office:d… in serialize() local124 Element rootElement=newDoc.getDocumentElement(); in serialize()153 tmpNode = newDoc.importNode(nodeList.item(0),true); in serialize()159 tmpNode = newDoc.importNode(nodeList.item(0),true); in serialize()165 tmpNode = newDoc.importNode(nodeList.item(0),true); in serialize()170 tmpNode = newDoc.importNode(nodeList.item(0),true); in serialize()174 domDoc=newDoc; in serialize()