EAF 7.4 API

org.enhydra.util
Interface DOMFormatter


public interface DOMFormatter


Field Summary
static java.lang.String FORMATTER_NAME
          The key under which the DOMFormatter implementation is stored in (XMLC) OutputOptions object
 
Method Summary
 byte[] toBytes(org.w3c.dom.Node document)
          Returns the array of bytes
 

Field Detail

FORMATTER_NAME

static final java.lang.String FORMATTER_NAME
The key under which the DOMFormatter implementation is stored in (XMLC) OutputOptions object

See Also:
Constant Field Values
Method Detail

toBytes

byte[] toBytes(org.w3c.dom.Node document)
Returns the array of bytes


EAF 7.4 API