|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.DataCell
org.knime.core.data.container.BlobDataCell
org.knime.core.data.xml.XMLBlobCell
public class XMLBlobCell
BlobDataCell implementation that encapsulates a
XMLCellContent.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.knime.core.data.xml.XMLValue |
|---|
XMLValue.XMLUtilityFactory |
| Nested classes/interfaces inherited from interface org.knime.core.data.StringValue |
|---|
StringValue.StringUtilityFactory |
| Nested classes/interfaces inherited from interface org.knime.core.data.DataValue |
|---|
DataValue.UtilityFactory |
| Field Summary |
|---|
| Fields inherited from class org.knime.core.data.container.BlobDataCell |
|---|
USE_COMPRESSION |
| Fields inherited from interface org.knime.core.data.xml.XMLValue |
|---|
UTILITY |
| Fields inherited from interface org.knime.core.data.StringValue |
|---|
UTILITY |
| Constructor Summary | |
|---|---|
XMLBlobCell(XMLCellContent content)
Create a new instance. |
|
| Method Summary | |
|---|---|
protected boolean |
equalsDataCell(DataCell dc)
Derived classes implement their specific equals function here. |
static DataCellSerializer<XMLBlobCell> |
getCellSerializer()
Returns the serializer for XML cells. |
Document |
getDocument()
Returns the parsed XML document. |
static Class<? extends DataValue> |
getPreferredValueClass()
Returns the preferred value class for XML cells which is XMLValue. |
String |
getStringValue()
|
int |
hashCode()
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code. |
String |
toString()
Returns the String representation of this cell's value. |
| Methods inherited from class org.knime.core.data.DataCell |
|---|
equals, getType, isMissing |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLBlobCell(XMLCellContent content)
content - the content of this cell| Method Detail |
|---|
public static DataCellSerializer<XMLBlobCell> getCellSerializer()
public static Class<? extends DataValue> getPreferredValueClass()
XMLValue.
public String getStringValue()
getStringValue in interface StringValuepublic Document getDocument()
getDocument in interface XMLValuepublic String toString()
toString in class DataCellprotected boolean equalsDataCell(DataCell dc)
null or a missing value,
to be of the same class like this.
equalsDataCell in class DataCelldc - the cell to compare this to
true if this is equal to the argument,
false if notpublic int hashCode()
DataCell objects return the same hash code.
hashCode in class DataCellDataCellObject.hashCode(),
DataCell.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||