org.hydrateframework
Class XMLUtils
java.lang.Object
org.hydrateframework.XMLUtils
public class XMLUtils
- extends java.lang.Object
- Version:
- @(#)$Revision: 1.1 $
- Author:
- David Chamberlin
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 |
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
XMLUtils
public XMLUtils()
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.