org.apache.camel.converter.jaxp
Class DomConverter

java.lang.Object
  extended by org.apache.camel.converter.jaxp.DomConverter

public final class DomConverter
extends Object

Converts from some DOM types to Java types

Version:
$Revision: 585 $

Method Summary
protected static void append(StringBuffer buffer, Node node)
           
protected static void append(StringBuffer buffer, NodeList nodeList)
           
static String toString(NodeList nodeList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static String toString(NodeList nodeList)

append

protected static void append(StringBuffer buffer,
                             NodeList nodeList)

append

protected static void append(StringBuffer buffer,
                             Node node)


Copyright © 2010 IONA Open Source Community. All Rights Reserved.