com.ejie.r01f.xlnets
Class R01FXLNetsPrintWritter

java.lang.Object
  extended bycom.ejie.r01f.xlnets.R01FXLNetsPrintWritter

public final class R01FXLNetsPrintWritter
extends java.lang.Object


Constructor Summary
R01FXLNetsPrintWritter()
          Constructor vacio
 
Method Summary
static java.lang.String convertToString(org.w3c.dom.Node documento)
          Convierte un xml en cadena
static void print(org.w3c.dom.Document documento, java.lang.Object streamSalida)
          Imprime de forma legible un documento XML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

R01FXLNetsPrintWritter

public R01FXLNetsPrintWritter()
Constructor vacio

Method Detail

print

public static void print(org.w3c.dom.Document documento,
                         java.lang.Object streamSalida)
Imprime de forma legible un documento XML


convertToString

public static java.lang.String convertToString(org.w3c.dom.Node documento)
Convierte un xml en cadena

Parameters:
documento -
Returns: