org.hydrateframework
Class XMLUtils

java.lang.Object
  extended by org.hydrateframework.XMLUtils

public class XMLUtils
extends java.lang.Object

Version:
@(#)$Revision: 1.1 $
Author:
David Chamberlin

Field Summary
static int STATE_EXCEPTION
           
static int STATE_NOTPOPULATED
           
static int STATE_NOTSET
           
static int STATE_SET
           
 
Constructor Summary
XMLUtils()
           
 
Method Summary
static java.lang.String readXMLTextElem(org.w3c.dom.Element elem)
           
static int writeXMLElementAs(java.lang.String attrName, boolean optional, java.lang.String[] attrAdvice, boolean coerce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_SET

public static final int STATE_SET
See Also:
Constant Field Values

STATE_NOTSET

public static final int STATE_NOTSET
See Also:
Constant Field Values

STATE_NOTPOPULATED

public static final int STATE_NOTPOPULATED
See Also:
Constant Field Values

STATE_EXCEPTION

public static final int STATE_EXCEPTION
See Also:
Constant Field Values
Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

writeXMLElementAs

public static int writeXMLElementAs(java.lang.String attrName,
                                    boolean optional,
                                    java.lang.String[] attrAdvice,
                                    boolean coerce)

readXMLTextElem

public static java.lang.String readXMLTextElem(org.w3c.dom.Element elem)


Copyright © 2000 The Hydrate Project. All Rights Reserved.