Package com.biglybt.core.util
Class BEncoder.XMLEncoder
- java.lang.Object
-
- com.biglybt.core.xml.util.XUXmlWriter
-
- com.biglybt.core.util.BEncoder.XMLEncoder
-
- Enclosing class:
- BEncoder
protected static class BEncoder.XMLEncoder extends XUXmlWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XMLEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringBuffer
encode(java.util.Map map, boolean simple)
-
Methods inherited from class com.biglybt.core.xml.util.XUXmlWriter
closeOutputStream, encodeBytes, escapeXML, exdent, flushOutputStream, indent, resetIndent, setGenericSimple, setOutputStream, setOutputWriter, splitWithEscape, unescapeXML, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGeneric, writeGenericMapEntry, writeLineEscaped, writeLineRaw, writeLocalisableTag, writeTag, writeTag, writeTag, writeTag
-
-