Uses of Class
org.n52.security.common.xml.DOMSerializerOptions

Packages that use DOMSerializerOptions
org.n52.security.common.xml The XML package contains utiltiy and helper classes for xml processing.
 

Uses of DOMSerializerOptions in org.n52.security.common.xml
 

Methods in org.n52.security.common.xml that return DOMSerializerOptions
 DOMSerializerOptions DOMSerializerOptions.emitXMLDeclaration()
          Method sets the XMLDeclaration shall be emited.
 DOMSerializerOptions DOMSerializerOptions.encoding(java.lang.String encoding)
          Method sets encoding.
 DOMSerializerOptions DOMSerializerOptions.encodingUTF8()
          Method sets encoding to UTF-8.
static DOMSerializerOptions DOMSerializerOptions.getDefaultOptions()
          Method gets the defaultOptions.
 DOMSerializerOptions DOMSerializerOptions.indent()
          Method sets the indent is requested.
 DOMSerializerOptions DOMSerializerOptions.indentAmount(int amount)
          Method sets the indent amount.
 DOMSerializerOptions DOMSerializerOptions.noIndent()
          Method sets no indent.
 DOMSerializerOptions DOMSerializerOptions.omitXMLDeclaration()
          Method sets that XMLDeclaration shall be omited.
 

Methods in org.n52.security.common.xml with parameters of type DOMSerializerOptions
static DOMSerializer DOMSerializer.createNew(DOMSerializerOptions options)
          Method creates a new DOMSerializer.
protected static javax.xml.transform.Transformer DOMSerializer.createTransformer(DOMSerializerOptions options)
          Method creates a new copy Transformer.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.