|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.util.record.AbstractRecord
public abstract class AbstractRecord
A RecordImpl
class represents a set of record.
Field Summary |
---|
Fields inherited from interface com.servingxml.util.record.Record |
---|
EMPTY, EMPTY_ARRAY, EMPTY_RECORD_TYPE_NAME |
Constructor Summary | |
---|---|
AbstractRecord()
|
Method Summary | |
---|---|
org.xml.sax.XMLReader |
createXmlReader(PrefixMap prefixMap)
Gets an XMLReader representation of the record. |
java.lang.String |
toString()
Returns a string XML representation of the record, primarily for debugging purposes. |
java.lang.String |
toXmlString(PrefixMap prefixMap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.servingxml.util.record.Record |
---|
fieldCount, getFieldName, getObject, getRecordType, getString, getStringArray, getValue, getValue, writeToContentHandler |
Constructor Detail |
---|
public AbstractRecord()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toXmlString(PrefixMap prefixMap)
toXmlString
in interface Record
public org.xml.sax.XMLReader createXmlReader(PrefixMap prefixMap)
Record
XMLReader
representation of the record.
createXmlReader
in interface Record
XMLReader
representation of the record.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |