com.livis.flabes.xml
Interface DOMable
- public interface DOMable
Method Summary |
void |
fromElement(com.livis.flabes.xml.Element elem)
|
java.lang.String |
getTagName()
|
com.livis.flabes.xml.Element |
toElement(org.w3c.dom.Document doc)
|
com.livis.flabes.xml.Element |
toElement(org.w3c.dom.Document doc,
java.lang.String tagName)
|
fromElement
public void fromElement(com.livis.flabes.xml.Element elem)
toElement
public com.livis.flabes.xml.Element toElement(org.w3c.dom.Document doc,
java.lang.String tagName)
toElement
public com.livis.flabes.xml.Element toElement(org.w3c.dom.Document doc)
getTagName
public java.lang.String getTagName()