java.lang .Object com.completex.objective.components.persistency.io.xml.impl .XmlDomStream All known Subclasses: com.completex.objective.components.persistency.io.xml.impl .XmlPersistentObjectInputStream , com.completex.objective.components.persistency.io.xml.impl .XmlPersistentObjectOutputStream ,XmlDomStream abstract public class XmlDomStream implements XmlStreamTags (Code) Basic XML DOM stream
author: Gennady Krizhevsky
Inner Class :protected static interface ValueFactory
Inner Class :protected static class LongFactory implements ValueFactory
Inner Class :protected static class IntegerFactory implements ValueFactory
Inner Class :protected static class ShortFactory implements ValueFactory
Inner Class :protected static class FloatFactory implements ValueFactory
Inner Class :protected static class DoubleFactory implements ValueFactory
Inner Class :protected static class ByteFactory implements ValueFactory
Inner Class :protected static class BigDecimalFactory implements ValueFactory
Inner Class :protected static class BigIntegerFactory implements ValueFactory
Inner Class :protected static class DateFactory implements ValueFactory
Inner Class :protected static class SqlDateFactory implements ValueFactory
Inner Class :protected static class SqlTimeFactory implements ValueFactory
Inner Class :protected static class SqlTimestampFactory implements ValueFactory
Inner Class :protected static class BooleanFactory implements ValueFactory
BOOLEAN_FACTORY final public static BooleanFactory BOOLEAN_FACTORY (Code)
BYTE_FACTORY final public static ByteFactory BYTE_FACTORY (Code)
DOUBLE_FACTORY final public static DoubleFactory DOUBLE_FACTORY (Code)
FLOAT_FACTORY final public static FloatFactory FLOAT_FACTORY (Code)
INTEGER_FACTORY final public static IntegerFactory INTEGER_FACTORY (Code)
LONG_FACTORY final public static LongFactory LONG_FACTORY (Code)
SHORT_FACTORY final public static ShortFactory SHORT_FACTORY (Code)
VALUE_FACTORIES final public static Map VALUE_FACTORIES (Code)
initialized protected boolean initialized(Code)
preserveOriginalValues protected boolean preserveOriginalValues(Code)
useNames protected boolean useNames(Code)
useNamesJavaStyle protected boolean useNamesJavaStyle(Code)
useReferences protected boolean useReferences(Code)
ensureOpen protected void ensureOpen()(Code)
isBooleanClass protected boolean isBooleanClass(String className)(Code)
isDateClass protected boolean isDateClass(Object className)(Code)
isNumericClass protected boolean isNumericClass(String className)(Code)
isNumericValue protected boolean isNumericValue(Object value)(Code)
isPreserveOriginalValues public boolean isPreserveOriginalValues()(Code) Return true if persistent object origianl values are being preserved
true if persistent object origianl values are being preserved
isUseNamesJavaStyle public boolean isUseNamesJavaStyle()(Code) Return true if persistent object column names are to be shown in JavaBeans style
true if persistent object column names are to be shown in JavaBeans style
resolveParentElement protected Element resolveParentElement()(Code)
setupRootElement abstract protected void setupRootElement()(Code)