public class RetainAccessorDomain extends java.lang.Object implements XMLDomainInterface
| Constructor and Description | 
|---|
RetainAccessorDomain(java.lang.String str)  | 
RetainAccessorDomain(ViewRowImpl row)  | 
RetainAccessorDomain(ViewRowSetImpl vrs)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getRowSetName()  | 
org.w3c.dom.Node | 
getXMLContentNode(org.w3c.dom.Document xmlDoc)
Creates the XML node in the given XML document for this domain's data. 
 | 
java.lang.String | 
printXMLDefinition(java.util.Hashtable allDefs,
                  java.io.PrintWriter pw,
                  boolean bContainees)
Prints the DTD info for this domain in the given print writer. 
 | 
java.lang.String | 
toString()  | 
public RetainAccessorDomain(ViewRowSetImpl vrs)
public RetainAccessorDomain(ViewRowImpl row)
public RetainAccessorDomain(java.lang.String str)
public final java.lang.String getRowSetName()
public java.lang.String toString()
toString in class java.lang.Objectpublic org.w3c.dom.Node getXMLContentNode(org.w3c.dom.Document xmlDoc)
XMLDomainInterfacegetXMLContentNode in interface XMLDomainInterfacexmlDoc - name of the XML document in which the node should be created.public java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
                                           java.io.PrintWriter pw,
                                           boolean bContainees)
XMLDomainInterfaceThe allDefs hashtable contains predefined XML definitions and is passed by whatever calls this method.
printXMLDefinition in interface XMLDomainInterfaceallDefs - a hashtable of predefined XML definitions passed from whatever
 calls this method.pw - print writer into which the defnition is being printed.bContainees - if true, prints definitions of contained objects.