| java.lang.Object org.libresource.xml.XmlDumpHelper
Method Summary | |
public static void | beginElement(String prefix, String tagname, Attributes attr, ContentHandler handler) | public static void | endDocument(String prefix, String rootTag, ContentHandler handler) | public static void | endElement(String prefix, String tagname, ContentHandler handler) | public static Attributes | generateAttributesSet(XmlDumpAttributes attrList) | public static Attributes | getEmptyAttributesSet() | public static void | newLine(ContentHandler handler) | public static void | outputElementWithContent(String prefix, String tagname, String content, Attributes attr, ContentHandler handler) | public static void | outputElementWithContent(String prefix, String tagname, InputStream is, Attributes attr, ContentHandler handler) | public static void | outputEmptyElement(String prefix, String tagname, Attributes attr, ContentHandler handler) | public static void | startDocument(String prefix, String rootTag, Attributes attr, ContentHandler handler) |
|
|