|
|||||||||
Home >> All >> org >> apache >> webdav >> lib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.webdav.lib.util
Class PropertyWriter

java.lang.Objectorg.apache.webdav.lib.util.PropertyWriter
- public class PropertyWriter
- extends java.lang.Object
Field Summary | |
protected boolean |
canonical
Canonical output. |
private static java.lang.String[] |
MIME2JAVA_ENCODINGS
|
protected java.io.PrintWriter |
out
Print writer. |
private static java.lang.String |
PRINTWRITER_ENCODING
Default Encoding |
Constructor Summary | |
PropertyWriter(boolean canonical)
Default constructor. |
|
PropertyWriter(java.lang.String encoding,
boolean canonical)
|
|
PropertyWriter(java.io.Writer writer,
boolean canonical)
|
Method Summary | |
static java.lang.String |
getWriterEncoding()
|
static boolean |
isValidJavaEncoding(java.lang.String encoding)
|
protected java.lang.String |
normalize(java.lang.String s)
Normalizes the given string. |
void |
print(org.w3c.dom.Node node)
Prints the specified node, recursively. |
static void |
setWriterEncoding(java.lang.String encoding)
|
protected org.w3c.dom.Attr[] |
sortAttributes(org.w3c.dom.NamedNodeMap attrs)
Returns a sorted list of attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
PRINTWRITER_ENCODING
private static java.lang.String PRINTWRITER_ENCODING
- Default Encoding
MIME2JAVA_ENCODINGS
private static java.lang.String[] MIME2JAVA_ENCODINGS
out
protected java.io.PrintWriter out
- Print writer.
canonical
protected boolean canonical
- Canonical output.
Constructor Detail |
PropertyWriter
public PropertyWriter(java.lang.String encoding, boolean canonical) throws java.io.UnsupportedEncodingException
PropertyWriter
public PropertyWriter(boolean canonical) throws java.io.UnsupportedEncodingException
- Default constructor.
PropertyWriter
public PropertyWriter(java.io.Writer writer, boolean canonical)
Method Detail |
getWriterEncoding
public static java.lang.String getWriterEncoding()
setWriterEncoding
public static void setWriterEncoding(java.lang.String encoding)
isValidJavaEncoding
public static boolean isValidJavaEncoding(java.lang.String encoding)
public void print(org.w3c.dom.Node node)
- Prints the specified node, recursively.
sortAttributes
protected org.w3c.dom.Attr[] sortAttributes(org.w3c.dom.NamedNodeMap attrs)
- Returns a sorted list of attributes.
normalize
protected java.lang.String normalize(java.lang.String s)
- Normalizes the given string.
|
|||||||||
Home >> All >> org >> apache >> webdav >> lib >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |