| static boolean cz.muni.stanse.utils.xmlpatterns.XMLAlgo.equalElements |
( |
final Element |
e1, |
|
|
final Element |
e2 |
|
) |
| |
|
inlinestatic |
Check if two elements are (recursively) equal
TODO: remove and use equality tester from dom4j pkg
- Parameters
-
| e1 | first element |
| e2 | second element |
| static void cz.muni.stanse.utils.xmlpatterns.XMLAlgo.outputXML |
( |
Node |
n, |
|
|
OutputStream |
o |
|
) |
| |
|
inlinestatic |
Pretty-print XML node to a stream
- Parameters
-
| n | node to dump |
| o | stream to dump to |
| static void cz.muni.stanse.utils.xmlpatterns.XMLAlgo.outputXML |
( |
Node |
n | ) |
|
|
inlinestatic |
Pretty-print XML node to the System.err
- Parameters
-
| static Document cz.muni.stanse.utils.xmlpatterns.XMLAlgo.toDocument |
( |
final String |
xml | ) |
|
|
inlinestatic |
| static Element cz.muni.stanse.utils.xmlpatterns.XMLAlgo.toElement |
( |
final String |
xml | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: