Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.repository
Class XML

java.lang.Object
  extended by org.nuxeo.ecm.core.repository.XML

public final class XML
extends Object

Author:
Bogdan Stefanescu

Method Summary
static DocumentBuilderFactory getBuilderFactory()
           
static String toString(Document doc)
           
static String toString(Document doc, org.apache.xml.serialize.OutputFormat format)
           
static String toString(Element element)
           
static String toString(Element element, org.apache.xml.serialize.OutputFormat format)
           
static void write(Document doc, org.apache.xml.serialize.OutputFormat format, OutputStream out)
           
static void write(Document doc, OutputStream out)
           
static void write(Element element, org.apache.xml.serialize.OutputFormat format, OutputStream out)
           
static void write(Element element, OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuilderFactory

public static DocumentBuilderFactory getBuilderFactory()

toString

public static String toString(Element element)
                       throws IOException
Throws:
IOException

toString

public static String toString(Element element,
                              org.apache.xml.serialize.OutputFormat format)
                       throws IOException
Throws:
IOException

toString

public static String toString(Document doc)
                       throws IOException
Throws:
IOException

toString

public static String toString(Document doc,
                              org.apache.xml.serialize.OutputFormat format)
                       throws IOException
Throws:
IOException

write

public static void write(Element element,
                         OutputStream out)
                  throws IOException
Throws:
IOException

write

public static void write(Element element,
                         org.apache.xml.serialize.OutputFormat format,
                         OutputStream out)
                  throws IOException
Throws:
IOException

write

public static void write(Document doc,
                         OutputStream out)
                  throws IOException
Throws:
IOException

write

public static void write(Document doc,
                         org.apache.xml.serialize.OutputFormat format,
                         OutputStream out)
                  throws IOException
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.