public class Xhtml extends Object
e.g. the following code can be represented in a sequence of two XHTML nodes in this object:
<notes> <p> some text </p> <ul> <li> list item </li> </ul> </notes>
Of course, you can also create two Xhtml objects, each storing one node. Whatever you prefer.
Constructor and Description |
---|
Xhtml()
Instantiates a new Xhtml object.
|
public void addXhtml(de.unirostock.sems.xmlutils.ds.TreeNode node)
node
- the node that roots the subtreepublic String toString()
toString
in class Object
Object.toString()
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.