# Class: com.pnfsoftware.jeb.util.encoding.xml.XmlFormatter

A simple formatter for XML [documents](Document).

## Constructor: XmlFormatter

Description: Create a formatter with a default indentation of 2 space characters.

## Constructor: XmlFormatter
- parameter: `indentCount`, type: `int`

Description: Create a formatter.
parameter: indentCount: count of spaces

## Method: format
- parameter: `doc`, type: `org.w3c.dom.Document`
- return type: `java.lang.String`

Description: Format the XML 1.0 document to a string.
parameter: doc: 
return: 

