org.htmlcleaner
Class DomSerializer
java.lang.Object
org.htmlcleaner.DomSerializer
- public class DomSerializer
- extends java.lang.Object
DOM serializer - creates xml DOM.
Created by: Vladimir Nikic
Date: April, 2007.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
props
protected CleanerProperties props
escapeXml
protected boolean escapeXml
DomSerializer
public DomSerializer(CleanerProperties props,
boolean escapeXml)
DomSerializer
public DomSerializer(CleanerProperties props)
createDOM
public org.w3c.dom.Document createDOM(TagNode rootNode)
throws javax.xml.parsers.ParserConfigurationException
- Throws:
javax.xml.parsers.ParserConfigurationException