|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.JboXMLUtil
Internal: Applications should not use this class.
Constructor Summary | |
JboXMLUtil()
|
Method Summary | |
static Element |
convertStringToElement(java.lang.String data)
|
static DOMParser |
createDOMParser(boolean preserveWhiteSpace)
|
static Node |
getFirstChildByType(Node elem,
short type)
|
static Node |
getNextSiblingByType(Node elem,
short type)
|
static void |
processAndReadXML(XMLInterface obj,
Element elem,
int depthCount,
XSLStylesheet xslt)
|
static XMLDocument |
processXSL(XMLDocument xmlDoc,
XSLStylesheet xslt)
|
static java.lang.String |
streamXMLNodeToString(Node inNode)
|
static Node |
writeAndProcessXML(XMLInterface obj,
int depthCount,
long options,
XSLStylesheet xslt)
|
static Node |
writeAndProcessXML(XMLInterface obj,
long options,
com.sun.java.util.collections.HashMap map,
XSLStylesheet xslt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JboXMLUtil()
Method Detail |
public static Node writeAndProcessXML(XMLInterface obj, int depthCount, long options, XSLStylesheet xslt)
public static Node writeAndProcessXML(XMLInterface obj, long options, com.sun.java.util.collections.HashMap map, XSLStylesheet xslt)
public static void processAndReadXML(XMLInterface obj, Element elem, int depthCount, XSLStylesheet xslt)
public static XMLDocument processXSL(XMLDocument xmlDoc, XSLStylesheet xslt)
public static Node getFirstChildByType(Node elem, short type)
public static Node getNextSiblingByType(Node elem, short type)
public static java.lang.String streamXMLNodeToString(Node inNode)
public static Element convertStringToElement(java.lang.String data)
public static DOMParser createDOMParser(boolean preserveWhiteSpace)
|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.