WebLogic Integration


com.bea.connector
Class DocumentRecord

java.lang.Object
  |
  +--com.bea.document.internal.Document
        |
        +--com.bea.connector.DocumentRecord
Direct Known Subclasses:
DocumentDefinitionRecord

public class DocumentRecord
extends com.bea.document.internal.Document
implements javax.resource.cci.Record

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class com.bea.document.internal.Document
m_verbose
 
Constructor Summary
DocumentRecord()
           
DocumentRecord(org.w3c.dom.Document doc)
           
DocumentRecord(org.w3c.dom.Element element)
           
DocumentRecord(IDocument doc)
           
DocumentRecord(org.xml.sax.InputSource inputSource)
           
DocumentRecord(java.lang.String xml)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object other)
           
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 int hashCode()
           
 void setRecordName(java.lang.String name)
           
 void setRecordShortDescription(java.lang.String description)
           
 
Methods inherited from class com.bea.document.internal.Document
addAttribute, addAttribute, addDocumentData, addElement, addElement, addNode, forceParsed, fromXML, fromXML, fromXML, fromXML, fromXML, fromXML, getBooleanFrom, getBooleanFromFirst, getDocument, getDocumentData, getDocumentDefinition, getDocumentElement, getDocumentTypeName, getDoubleFrom, getDoubleFromFirst, getEncoding, getEntityResolver, getIntegerFrom, getIntegerFromFirst, getPublicID, getRawXML, getRootElementName, getStringFrom, getStringFromFirst, getSubDocuments, getSystemID, getVerbose, isParsed, main, removeDocumentData, resetContextNode, serializeDocumentType, serializeDocumentType, serializeElement, serializeElement, serializeElement, setBooleanIn, setBooleanInFirst, setContextNode, setContextNode, setContextNode, setDocumentData, setDocumentDefinition, setDocumentElement, setDocumentImp, setDocumentTypeName, setDoubleIn, setDoubleInFirst, setEntityResolver, setIntegerIn, setIntegerInFirst, setPerThreadEntityResolver, setPublicID, setStringIn, setStringInFirst, setSystemID, setupForParse, setVerbose, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentRecord

public DocumentRecord()

DocumentRecord

public DocumentRecord(java.lang.String xml)
               throws DocumentParseException,
                      DocumentException

DocumentRecord

public DocumentRecord(org.w3c.dom.Element element)

DocumentRecord

public DocumentRecord(org.w3c.dom.Document doc)

DocumentRecord

public DocumentRecord(org.xml.sax.InputSource inputSource)
               throws DocumentParseException,
                      DocumentException

DocumentRecord

public DocumentRecord(IDocument doc)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in interface javax.resource.cci.Record

Overrides:
clone in class com.bea.document.internal.Document

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface javax.resource.cci.Record

Overrides:
equals in class java.lang.Object

getRecordName

public java.lang.String getRecordName()
Specified by:
getRecordName in interface javax.resource.cci.Record


getRecordShortDescription

public java.lang.String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface javax.resource.cci.Record


hashCode

public int hashCode()
Specified by:
hashCode in interface javax.resource.cci.Record

Overrides:
hashCode in class java.lang.Object

setRecordName

public void setRecordName(java.lang.String name)
Specified by:
setRecordName in interface javax.resource.cci.Record


setRecordShortDescription

public void setRecordShortDescription(java.lang.String description)
Specified by:
setRecordShortDescription in interface javax.resource.cci.Record


WebLogic Integration

WebLogic Integration (WLI)