oracle.jbo.common
Class JboXMLUtil
java.lang.Object
oracle.jbo.common.JboXMLUtil
- public class JboXMLUtil
- extends java.lang.Object
Internal: Applications should not use this class.
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 |
JboXMLUtil
public JboXMLUtil()
writeAndProcessXML
public static Node writeAndProcessXML(XMLInterface obj,
int depthCount,
long options,
XSLStylesheet xslt)
writeAndProcessXML
public static Node writeAndProcessXML(XMLInterface obj,
long options,
com.sun.java.util.collections.HashMap map,
XSLStylesheet xslt)
processAndReadXML
public static void processAndReadXML(XMLInterface obj,
Element elem,
int depthCount,
XSLStylesheet xslt)
processXSL
public static XMLDocument processXSL(XMLDocument xmlDoc,
XSLStylesheet xslt)
getFirstChildByType
public static Node getFirstChildByType(Node elem,
short type)
getNextSiblingByType
public static Node getNextSiblingByType(Node elem,
short type)
streamXMLNodeToString
public static java.lang.String streamXMLNodeToString(Node inNode)
convertStringToElement
public static Element convertStringToElement(java.lang.String data)
createDOMParser
public static DOMParser createDOMParser(boolean preserveWhiteSpace)
Copyright © 1997, 2004, Oracle. All rights reserved.