Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.repository
Class XML

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

public final class XML
extends java.lang.Object

Author:
Bogdan Stefanescu

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

Method Detail

getBuilderFactory

public static javax.xml.parsers.DocumentBuilderFactory getBuilderFactory()

toString

public static java.lang.String toString(org.w3c.dom.Element element)
                                 throws java.io.IOException
Throws:
java.io.IOException

toString

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

toString

public static java.lang.String toString(org.w3c.dom.Document doc)
                                 throws java.io.IOException
Throws:
java.io.IOException

toString

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

write

public static void write(org.w3c.dom.Element element,
                         java.io.OutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

write

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

write

public static void write(org.w3c.dom.Document doc,
                         java.io.OutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

write

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.