|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.xml.DOMSerializerOptions
public class DOMSerializerOptions
Class DOMSerializerOptions encapsulates settings for the DOMSerializer.
Constructor Summary | |
---|---|
DOMSerializerOptions()
|
Method Summary | |
---|---|
DOMSerializerOptions |
emitXMLDeclaration()
Method sets the XMLDeclaration shall be emited. |
DOMSerializerOptions |
encoding(java.lang.String encoding)
Method sets encoding. |
DOMSerializerOptions |
encodingUTF8()
Method sets encoding to UTF-8. |
boolean |
equals(java.lang.Object o)
Method equals. |
static DOMSerializerOptions |
getDefaultOptions()
Method gets the defaultOptions. |
java.lang.String |
getEncoding()
Method gets the encoding. |
int |
getIndentAmount()
Method gets the indent Amount. |
int |
hashCode()
Method hashCode. |
DOMSerializerOptions |
indent()
Method sets the indent is requested. |
DOMSerializerOptions |
indentAmount(int amount)
Method sets the indent amount. |
boolean |
isIndent()
Method gets if indent is enabled. |
boolean |
isOmitXMLDeclaration()
Method gets if xml declaration shall be written. |
DOMSerializerOptions |
noIndent()
Method sets no indent. |
DOMSerializerOptions |
omitXMLDeclaration()
Method sets that XMLDeclaration shall be omited. |
java.lang.String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DOMSerializerOptions()
Method Detail |
---|
public static DOMSerializerOptions getDefaultOptions()
public DOMSerializerOptions noIndent()
public java.lang.String getEncoding()
public int getIndentAmount()
public boolean isIndent()
public boolean isOmitXMLDeclaration()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the o.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public DOMSerializerOptions emitXMLDeclaration()
public DOMSerializerOptions encoding(java.lang.String encoding)
encoding
- the encoding.
public DOMSerializerOptions encodingUTF8()
public DOMSerializerOptions indentAmount(int amount)
amount
- the amount.
public DOMSerializerOptions indent()
public DOMSerializerOptions omitXMLDeclaration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |