- SEPARATOR - Static variable in class org.licas_xml.model.XmlHandler
-
- setAttribute(String, String) - Method in interface org.licas_xml.abs.Element
-
Add a new attribute and set its value.
- setAttribute(String, String) - Method in class org.licas_xml.model.ElementImpl
-
Add a new attribute and set its value.
- setName(String) - Method in interface org.licas_xml.abs.Node
-
Set the name of the node.
- setRootElement(Element) - Method in class org.licas_xml.abs.Document
-
Set the root element value of the document.
- setRootElement(Element) - Method in class org.licas_xml.model.DocumentImpl
-
Set the root element value of the document.
- setText(String) - Method in interface org.licas_xml.abs.Element
-
Set the text value of the element.
- setText(String) - Method in class org.licas_xml.model.ElementImpl
-
Set the text value of the element.
- setValue(String) - Method in interface org.licas_xml.abs.Node
-
Set the node value.
- setValue(String) - Method in class org.licas_xml.model.NodeImpl
-
Set the node value.
- singleton - Static variable in class org.licas_xml.abs.XMLFactory
-
The node factory instance
- stack - Variable in class org.licas_xml.abs.XMLBuilder
-
This stack contains the current element and its parents.
- startBuilding(String, int) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called before the parser starts processing its input.
- STARTCDATA - Static variable in class org.licas_xml.util.XML_Const
-
CDTAT section delimiters
- startElement(String, String, String, String, int) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called when a new XML element is encountered.
- stringToElement(String) - Method in interface org.licas_xml.abs.XMLWriter
-
Convert the string representation back to an element.
- stringToElement(String) - Static method in class org.licas_xml.model.XmlHandler
-
Convert the string representation back to an element.
- stringToElement(String) - Method in class org.licas_xml.model.XMLWriterImpl
-
Convert the string representation back to an element.