- Element - Interface in org.licas_xml.abs
-
This interface defines the additional methods that need to be impkemented by
an Element.
- elementAttributesProcessed(String, String, String) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called when the attributes of an XML element have been
processed.
- elementFromStream(FileInputStream) - Method in interface org.licas_xml.abs.XMLWriter
-
Create an element representing the data in the input stream.
- elementFromStream(FileInputStream) - Static method in class org.licas_xml.model.XmlHandler
-
Create an element representing the data in the input stream.
- elementFromStream(FileInputStream) - Method in class org.licas_xml.model.XMLWriterImpl
-
Create an element representing the data in the input stream.
- ElementImpl - Class in org.licas_xml.model
-
This class extends an element functionality over a lighter version.
- ElementImpl() - Constructor for class org.licas_xml.model.ElementImpl
-
Create a new instance of ElementImpl.
- ElementImpl(String) - Constructor for class org.licas_xml.model.ElementImpl
-
Create a new instance of ElementImpl.
- ElementImpl(String, String) - Constructor for class org.licas_xml.model.ElementImpl
-
Creates a new instance of ElementImpl.
- ElementImpl(String, String, int) - Constructor for class org.licas_xml.model.ElementImpl
-
Creates a new instance of ElementImpl.
- ElementImpl(String, String, String, int) - Constructor for class org.licas_xml.model.ElementImpl
-
Creates a new instance of ElementImpl.
- elementsMatch(String, String) - Static method in class org.licas_xml.model.XmlHandler
-
Return true if the two class names represent elements supported by the
current XML parser.
- END_LT_TAG - Static variable in class org.licas_xml.model.XmlHandler
-
- ENDCDATA - Static variable in class org.licas_xml.util.XML_Const
-
- endElement(String, String, String) - Method in class org.licas_xml.model.XMLBuilderImpl
-
This method is called when the end of an XML element is encountered.