|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xpresso.xml.XmlContent
public abstract class XmlContent
The class XmlContent describes common features needed for all type of XML content. This code is under the LGPL v3 licence.
Field Summary | |
---|---|
protected java.lang.StringBuilder |
content
The resulting tag after construction |
Constructor Summary | |
---|---|
XmlContent()
|
Method Summary | |
---|---|
java.lang.String |
getText()
Return the tag as a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.StringBuilder content
Constructor Detail |
---|
public XmlContent()
Method Detail |
---|
public java.lang.String getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |