|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.publicinterface.DatabaseRow
oracle.toplink.ox.record.XMLRecord
oracle.toplink.ox.record.DOMRecord
PUBLIC: Provides a DatabaseRow/Map API on an XML DOM element.
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Method Summary | |
void |
clear()PUBLIC: Clear the sub-nodes of the DOM. |
boolean |
contains(java.lang.Object value)PUBLIC: Check if the value is contained in the row. |
java.util.Set |
entrySet()PUBLIC: todo: need to check attributes, should be prefix or nodename? |
org.w3c.dom.Document |
getDocument()PUBLIC: Return the document. |
org.w3c.dom.Element |
getDOM()PUBLIC: Return the DOM. |
java.lang.String |
getLocalName()PUBLIC: Get the local name of the context root element. |
java.lang.String |
getNamespaceURI()PUBLIC: Get the namespace URI for the context root element. |
java.util.Set |
keySet()PUBLIC: Return the set of element names from the DOM. |
java.lang.String |
resolveNamespacePrefix(java.lang.String prefix) |
int |
size()Return the number of elements in the DOM. |
void |
transformFromXML(java.io.Reader reader)Set the XML from an XML reader. |
void |
transformFromXML(java.lang.String xml)Set the XML from an XML string. |
void |
transformToWriter(java.io.Writer writer)Write the XML string representation of the DOM. |
java.lang.String |
transformToXML()Return the XML string representation of the DOM. |
java.util.Collection |
values()PUBLIC: Return the collection of element values from the DOM. |
| Methods inherited from class oracle.toplink.publicinterface.DatabaseRow |
containsKey, containsKey, containsValue, elements, get, get, getValues, isEmpty, keys, put, put, putAll |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Method Detail |
public java.lang.String getLocalName()
getLocalName in class XMLRecordpublic java.lang.String getNamespaceURI()
getNamespaceURI in class XMLRecordpublic void clear()
clear in interface java.util.Mapclear in class XMLRecordpublic org.w3c.dom.Document getDocument()
getDocument in class XMLRecordpublic boolean contains(java.lang.Object value)
contains in class XMLRecordpublic org.w3c.dom.Element getDOM()
getDOM in class XMLRecordpublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class DatabaseRowpublic java.util.Set keySet()
keySet in interface java.util.MapkeySet in class DatabaseRowpublic java.util.Collection values()
values in interface java.util.Mapvalues in class DatabaseRowpublic int size()
size in interface java.util.Mapsize in class DatabaseRowpublic void transformFromXML(java.lang.String xml)
public void transformFromXML(java.io.Reader reader)
public java.lang.String transformToXML()
transformToXML in class XMLRecordpublic void transformToWriter(java.io.Writer writer)
public java.lang.String resolveNamespacePrefix(java.lang.String prefix)
resolveNamespacePrefix in class XMLRecord
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||