|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.xml.XMLPrefixRemover
public class XMLPrefixRemover
Class XMLPrefixRemover removes prefixes from the a dom tree.
Constructor Summary | |
---|---|
XMLPrefixRemover()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
removePrefixes(org.w3c.dom.Document document)
Method removes the prefixes. |
org.w3c.dom.Element |
removePrefixes(org.w3c.dom.Element node)
Method removes all prefixes from the given xml and change it to the default namespaces. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLPrefixRemover()
Method Detail |
---|
public org.w3c.dom.Document removePrefixes(org.w3c.dom.Document document)
document
- the document.
public org.w3c.dom.Element removePrefixes(org.w3c.dom.Element node)
node
- the root.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |