Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.1.0)

E10653-02

oracle.jbo.common
Class JboXMLUtil

java.lang.Object
  extended by oracle.jbo.common.JboXMLUtil

public class JboXMLUtil
extends java.lang.Object

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 java.lang.String[] deserializeStrings(java.lang.String val)
           
static Node getFirstChildByType(Node elem, short type)
           
static Node getNextSiblingByType(Node elem, short type)
           
static boolean isElement(Node node)
           
static boolean isNodeType(Node node, int type)
           
static boolean isText(Node node)
           
static java.lang.StringBuffer printNode(java.lang.StringBuffer buffer, Node node, int nLevel)
           
static void processAndReadXML(XMLInterface obj, Element elem, int depthCount, XSLStylesheet xslt)
           
static XMLDocument processXSL(XMLDocument xmlDoc, XSLStylesheet xslt)
           
static java.lang.String serializeStrings(java.lang.String[] valueList)
           
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, java.util.HashMap map, XSLStylesheet xslt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JboXMLUtil

public JboXMLUtil()
Method Detail

writeAndProcessXML

public static Node writeAndProcessXML(XMLInterface obj,
                                      int depthCount,
                                      long options,
                                      XSLStylesheet xslt)

writeAndProcessXML

public static Node writeAndProcessXML(XMLInterface obj,
                                      long options,
                                      java.util.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)

serializeStrings

public static java.lang.String serializeStrings(java.lang.String[] valueList)

deserializeStrings

public static java.lang.String[] deserializeStrings(java.lang.String val)

isNodeType

public static boolean isNodeType(Node node,
                                 int type)

isElement

public static boolean isElement(Node node)

isText

public static boolean isText(Node node)

printNode

public static java.lang.StringBuffer printNode(java.lang.StringBuffer buffer,
                                               Node node,
                                               int nLevel)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.1.0)

E10653-02

Copyright © 1997, 2009, Oracle. All rights reserved.