- addAttribute(String, String, String, String, String) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called when a new attribute of an XML element is
encountered.
- addChild(Node) - Method in interface org.licas_xml.abs.Node
-
Add a child node to this node.
- addChild(Node) - Method in class org.licas_xml.model.NodeImpl
-
Add a child node to this node.
- addContent(Element) - Method in interface org.licas_xml.abs.Element
-
Add the child node to this node.
- addContent(Node) - Method in interface org.licas_xml.abs.Node
-
Add the child node to this node.
- addContent(int, Node) - Method in interface org.licas_xml.abs.Node
-
Add the child node to this node at the specified position.
- addContent(Element) - Method in class org.licas_xml.model.ElementImpl
-
Add the child node to this node.
- addContent(Node) - Method in class org.licas_xml.model.NodeImpl
-
Add the child node to this node.
- addContent(int, Node) - Method in class org.licas_xml.model.NodeImpl
-
Add the child node to this node at the specified position.
- addElementSpec(String) - Static method in class org.licas_xml.model.XmlHandler
-
Add the special characters indicating an XML element.
- addPCData(Reader, String, int) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called when a PCDATA element is encountered.
- addPrefix(String, String) - Static method in class org.licas_xml.model.XmlHandler
-
Add the prefix to the element tag name.
- addStringSpec(String) - Static method in class org.licas_xml.model.XmlHandler
-
Add the special characters indicating a string of any format that should
not be converted into anything else.
- Attribute - Class in org.licas_xml.abs
-
This class describes the functionality required by an XML attribute.
- Attribute(String, String) - Constructor for class org.licas_xml.abs.Attribute
-
Create a new instance of Attribute.
- AttributeImpl - Class in org.licas_xml.model
-
This class represents an attribute of an XML element.
- AttributeImpl(String, String) - Constructor for class org.licas_xml.model.AttributeImpl
-
Create a new instance of AttributeImpl.