G S X

G

getAttName() - Method in class util.XMLUtilsBean
Retrieves the name of the desired XML tag attribute name.
getAttValsByElement() - Method in class util.XMLUtilsBean
Returns all attribute values for a given element name and having a given attribute name.
getAttValue() - Method in class util.XMLUtilsBean
Retrieves the name of the desired XML tag attribute value.
getData() - Method in class util.XMLUtilsBean
Returns the (#PCDATA) from all XML elements with the given element tag name.
getDataByAttValPair() - Method in class util.XMLUtilsBean
Returns the (#PCDATA) from all XML elements having a given attribute name-value pair.
getElementName() - Method in class util.XMLUtilsBean
Retrieves the name of the desired XML tag.
getXMLFileName() - Method in class util.XMLUtilsBean
Retrieves the name of the XML file being processed.

S

setAttName(String) - Method in class util.XMLUtilsBean
Sets the name of the desired XML tag attribute name.
setAttValue(String) - Method in class util.XMLUtilsBean
Sets the name of the desired XML tag attribute value.
setElementName(String) - Method in class util.XMLUtilsBean
Sets the name of the desired XML tag.
setXMLFileName(String) - Method in class util.XMLUtilsBean
Sets the name of the XML file to be processed.

X

XMLUtilsBean - class util.XMLUtilsBean.
A JavaBean which uses SAX2 for extracting data from an XML file.
XMLUtilsBean() - Constructor for class util.XMLUtilsBean
Requisite no-argument constructor.

G S X