public abstract class BaseSerDeserHelper<T> extends java.lang.Object implements SerDeserHelper<T>
Constructor and Description |
---|
BaseSerDeserHelper() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAttributeValue(org.w3c.dom.Element e,
java.lang.String name,
boolean value) |
protected void |
addAttributeValue(org.w3c.dom.Element e,
java.lang.String name,
java.lang.String value) |
protected void |
addElementValue(org.w3c.dom.Element e,
java.lang.String name,
boolean value) |
protected void |
addElementValue(org.w3c.dom.Element e,
java.lang.String name,
java.lang.String value) |
protected void |
addSerializableValue(org.w3c.dom.Element e,
java.lang.String name,
java.io.Serializable value) |
protected java.lang.String |
getAttribute(org.w3c.dom.Element e,
java.lang.String name) |
protected boolean |
getAttributeBool(org.w3c.dom.Element e,
java.lang.String name) |
protected boolean |
getBool(org.w3c.dom.Element e,
java.lang.String name) |
protected java.io.Serializable |
getSerializableValue(org.w3c.dom.Element e,
java.lang.String name) |
protected org.w3c.dom.Element |
getSubElement(org.w3c.dom.Element e,
java.lang.String name) |
protected java.lang.String |
getValue(org.w3c.dom.Element e,
java.lang.String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromXml, getHelpedClass, toXml
protected void addAttributeValue(org.w3c.dom.Element e, java.lang.String name, java.lang.String value)
protected void addAttributeValue(org.w3c.dom.Element e, java.lang.String name, boolean value)
protected void addElementValue(org.w3c.dom.Element e, java.lang.String name, java.lang.String value)
protected void addElementValue(org.w3c.dom.Element e, java.lang.String name, boolean value)
protected org.w3c.dom.Element getSubElement(org.w3c.dom.Element e, java.lang.String name)
protected java.lang.String getValue(org.w3c.dom.Element e, java.lang.String name) throws java.lang.Exception
java.lang.Exception
protected boolean getBool(org.w3c.dom.Element e, java.lang.String name) throws java.lang.Exception
java.lang.Exception
protected java.lang.String getAttribute(org.w3c.dom.Element e, java.lang.String name) throws java.lang.Exception
java.lang.Exception
protected boolean getAttributeBool(org.w3c.dom.Element e, java.lang.String name) throws java.lang.Exception
java.lang.Exception
protected void addSerializableValue(org.w3c.dom.Element e, java.lang.String name, java.io.Serializable value) throws java.lang.Exception
java.lang.Exception
protected java.io.Serializable getSerializableValue(org.w3c.dom.Element e, java.lang.String name) throws java.lang.Exception
java.lang.Exception