oracle.toplink.xml.xerces
Class XMLDocument

oracle.toplink.xml.xerces.XMLDocument

public class XMLDocument

This class extends the xerces DocumentImpl class to override the Text Node factory method. This allows us to easily discover ignorable whitespace.

Since:
TOPLink/Java 3.0
See Also:
XMLToDatabaseRowTranslator, org.apache.xerces.parsers.DOMParser

Constructor Summary
XMLDocument()
          Default constructor.
 
Method Summary
TypeMethod
 oracle.toplink.xml.xerces.Text createTextNode(java.lang.String data)
          Extend the superclass factory method to set the ignorable whitespace flag, which seems to be unused....
 boolean isSupported(java.lang.String s1, java.lang.String s2)
           
 java.lang.String toString()
           
 

Constructor Detail

XMLDocument

public XMLDocument()
Default constructor.
Method Detail

createTextNode

public oracle.toplink.xml.xerces.Text createTextNode(java.lang.String data)
Extend the superclass factory method to set the ignorable whitespace flag, which seems to be unused....

toString

public java.lang.String toString()

isSupported

public boolean isSupported(java.lang.String s1,
                           java.lang.String s2)