A B C D E F G H I J M N O P R S T U W X Z

E

EL_EMPTY(String) - Static method in class util.HNSUtils
Returns an empty XML element tag for the given element type.
EL_EMPTY(String, String, String) - Static method in class util.HNSUtils
Returns an empty XML element tag for the given element type with an attribute with the given name and value.
EL_END(String) - Static method in class util.HNSUtils
Returns an XML end tag for the given element type.
EL_START(String) - Static method in class util.HNSUtils
Returns an XML start tag for the given element type.
EL_START(String, String, String, String, String) - Static method in class util.HNSUtils
Returns an XML start tag for the given element type with a pair of attributes with the given names and values.
EL_START(String, String, String) - Static method in class util.HNSUtils
Returns an XML start tag for the given element type with an attribute with the given name and value.
EL_WRAP(String, String, String, String, String, String[]) - Static method in class util.HNSUtils
Returns XML lines in which the given element body is wrapped by an element with the given type and a pair of attributes with the given names and values.
EL_WRAP(String, String, String, String[]) - Static method in class util.HNSUtils
Returns XML lines in which the given element body is wrapped by an element with the given type and an attribute with the given name and value.
EL_WRAP(String, String[]) - Static method in class util.HNSUtils
Returns XML lines in which the given element body is wrapped by an element with the given type.
elNameFromEmptyEl(String) - Static method in class util.HNSUtils
Extracts and returns the element name from the given string if it is an empty XML element string, or returns null otherwise.
elSeqFromSimpleXML(String, String[]) - Static method in class util.HNSUtils
Extracts from the given sequence of simple XML lines the subsegments representing all occurrences of the given element.
elSeqFromSimpleXML(String[], String[]) - Static method in class util.HNSUtils
Extracts from the given sequence of simple XML lines the subsegments representing all non-nested occurrences of elements in the given list.
EOL - Static variable in class util.HNSUtils
Unix end-of-line.

A B C D E F G H I J M N O P R S T U W X Z