ucl.physiol.neuroconstruct.utils.xml
Class SimpleXMLContent
java.lang.Object
ucl.physiol.neuroconstruct.utils.xml.SimpleXMLEntity
ucl.physiol.neuroconstruct.utils.xml.SimpleXMLContent
public class SimpleXMLContent
- extends SimpleXMLEntity
Simple XML API. Note this is a very limited XML API, just enough to handle
the current NeuroML/MorphML specs, and only tested with these. Not for use
with general XML files
- Author:
- Padraig Gleeson
SimpleXMLContent
public SimpleXMLContent(String text)
setText
public void setText(String text)
appendText
public void appendText(String extraText)
getText
public String getText()
toString
public String toString()
- Specified by:
toString in class SimpleXMLEntity
getXMLString
public String getXMLString(String indent,
boolean formatted)
- Specified by:
getXMLString in class SimpleXMLEntity
main
public static void main(String[] args)