ccc.plugins.markup
Class XML

java.lang.Object
  extended by ccc.plugins.markup.XML

public final class XML
extends java.lang.Object

A helper class for working with XML.

Author:
Civic Computing Ltd.

Method Summary
static org.w3c.dom.Document parse(java.lang.String xmlString)
          Parse a string as an XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static org.w3c.dom.Document parse(java.lang.String xmlString)
Parse a string as an XML document.

Parameters:
xmlString - The string to parse.
Returns:
The string as DOM document.


Copyright © 2010. All Rights Reserved.