Jive reference manual
List of all members | Static Public Member Functions | Static Public Attributes
jem::xml::DOMTree Class Reference

#include <jem/xml/DOMTree.h>

Static Public Member Functions

static void print (PrintWriter &out, const DOMElement &root, int options=0)
 
static Ref< DOMElementclone (const DOMElement &root, int options=0)
 

Static Public Attributes

static const int QUOTE_STRINGS
 
static const int CLONE_DEEP
 

Member Function Documentation

static void jem::xml::DOMTree::print ( PrintWriter out,
const DOMElement root,
int  options = 0 
)
static
static Ref<DOMElement> jem::xml::DOMTree::clone ( const DOMElement root,
int  options = 0 
)
static

Member Data Documentation

const int jem::xml::DOMTree::QUOTE_STRINGS
static
const int jem::xml::DOMTree::CLONE_DEEP
static