|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLUtil
| Method Summary | |
|---|---|
Document |
buildDocument(String xml)
|
Document |
getDocument(Node node)
|
String |
getNormalizedValue(Node node)
|
Document |
loadDocument(InputStream input)
|
Document |
loadDocument(InputStream input,
EntityResolver resolver,
ErrorHandler errorHandler)
|
Document |
newDocument()
|
Document |
newDocument(String root)
|
Element |
newElement(Node parent,
String name)
|
Element |
newElement(Node parent,
String name,
String value)
|
void |
saveDocument(Document document,
OutputStream output)
|
List<Node> |
selectNodeSet(Object context,
String expression)
|
Node |
selectSingleNode(Object context,
String expression)
|
String |
setValue(Node node,
String value)
|
String |
toNodeString(Node node)
|
String |
toString(Document doc)
|
| Method Detail |
|---|
Document newDocument()
Document newDocument(String root)
Document getDocument(Node node)
Element newElement(Node parent,
String name)
Element newElement(Node parent,
String name,
String value)
String getNormalizedValue(Node node)
String setValue(Node node,
String value)
Document buildDocument(String xml)
Document loadDocument(InputStream input)
throws IOException,
SAXException
IOException
SAXException
Document loadDocument(InputStream input,
EntityResolver resolver,
ErrorHandler errorHandler)
throws IOException,
SAXException
IOException
SAXException
void saveDocument(Document document,
OutputStream output)
String toString(Document doc)
String toNodeString(Node node)
Node selectSingleNode(Object context,
String expression)
List<Node> selectNodeSet(Object context,
String expression)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||