Class XMLUtil
java.lang.Object
com.tremolosecurity.proxy.util.XMLUtil
-
Method Summary
-
Method Details
-
stringToElement
-
urlToElement
-
readerToString
-
readerToElement
-
elementToString
-
getTextContent
This metod is here because Node.getTextContent() is not available in JDK 1.4 and I would like to have an uniform access to this functionality.Note: if the content is another element or set of elements, it returns a string representation of the hierarchy.
TODO implementation of this method is a hack. Implement it properly.
-