Uses of Class
org.jopendocument.dom.OOXMLDocument

Packages that use OOXMLDocument
org.jopendocument.dom   
org.jopendocument.dom.template.engine   
 

Uses of OOXMLDocument in org.jopendocument.dom
 

Subclasses of OOXMLDocument in org.jopendocument.dom
 class OOSingleXMLDocument
          An XML document containing all of an office document, see section 2.1 of OpenDocument 1.1.
 

Methods in org.jopendocument.dom that return OOXMLDocument
 OOXMLDocument ODPackage.getContent()
           
 OOXMLDocument ODPackage.getXMLFile(java.lang.String xmlEntry)
           
 

Methods in org.jopendocument.dom with parameters of type OOXMLDocument
protected  void OOXMLDocument.add(org.jdom.Element elem, int lindex, OOXMLDocument other, java.lang.String rpath, OOXMLDocument.ElementTransformer addTransf)
          Add the part pointed by rpath of other in this document like child number lindex of elem.
protected  void OOXMLDocument.add(java.lang.String lpath, int lindex, OOXMLDocument other, java.lang.String rpath, OOXMLDocument.ElementTransformer addTransf)
          Add the part pointed by rpath of other in this document like child number lindex of the part pointed by lpath.
protected  void OOXMLDocument.mergeAll(OOXMLDocument other, java.lang.String path)
           
protected  void OOXMLDocument.mergeAll(OOXMLDocument other, java.lang.String path, OOXMLDocument.ElementTransformer addTransf)
          Fusionne l'élément spécifié par topElem.
 

Constructors in org.jopendocument.dom with parameters of type OOXMLDocument
OOXMLDocument(OOXMLDocument doc)
           
 

Uses of OOXMLDocument in org.jopendocument.dom.template.engine
 

Methods in org.jopendocument.dom.template.engine with type parameters of type OOXMLDocument
static
<E extends OOXMLDocument>
Material<E>
Material.from(E doc)