org.jopendocument.dom.template.engine
Class Material<W>
java.lang.Object
org.jopendocument.dom.template.engine.Material<W>
- Type Parameters:
W - the type of this material.
- All Implemented Interfaces:
- java.lang.Cloneable
public class Material<W>
- extends java.lang.Object
- implements java.lang.Cloneable
XML material that will be parsed and executed.
- Author:
- Sylvain
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public static final Material<org.jdom.Document> from(org.jdom.Document doc)
from
public static final Material<org.jdom.Element> from(org.jdom.Element elem)
from
public static final <E extends ODXMLDocument> Material<E> from(E doc)
from
public static final <E extends ODPackage> Material<E> from(E doc)
getRoot
public org.jdom.Element getRoot()
hasRoot
public boolean hasRoot()
getWhole
public W getWhole()
getNS
public OOXML getNS()
clone
public Material<W> clone()
- Overrides:
clone in class java.lang.Object
getBase
public java.io.File getBase()
setBase
public void setBase(java.io.File base)