|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.template.TableModelSAXSource
Supported API: true
Extendable: false
Nested Class Summary | |
private static class |
TableModelSAXSource.AggregateValue
|
private static class |
TableModelSAXSource.WrapperTableModel
|
Field Summary | |
static String |
BRANCH_ID
|
private static String |
CDATA
|
private static String |
CLASSNAME
|
private static String |
EMAIL
|
private static AttributeListImpl |
EMPTY_ATTRIBUTE_LIST
|
private static String |
HEADING
|
private static String |
IDX
|
private static String |
IS_NULL
|
private static AttributeListImpl |
IS_NULL_ATTRIBUTE_LIST
|
static String |
LATEST
|
static String |
META_SEPARATOR_STRING
Special separator string used in column names to indicate that the column in question is a meta-column. |
static String |
OBJECT_ID
|
private static String |
RESOURCE
|
private static String |
RESULT
|
private static String |
ROW
|
private boolean |
standAlone
|
private static String |
TAG
|
private TableModel |
theTableModel
|
static String |
TYPE
|
private static char |
VALID_REPLACEMENT_CHAR
|
private static String |
VALUE
|
Constructor Summary | |
TableModelSAXSource(TableModel a_TableModel)
Supported API: false |
Method Summary | |
private void |
addAttributes(AttributeListImpl attrs,
TableModelSAXSource.AggregateValue aggValue)
|
private void |
generateStringEvent(DocumentHandler listener,
Object a_value)
|
private void |
generateStringEvent(DocumentHandler listener,
String a_value)
|
String |
getBaseURI()
The URI describing the location of the XML data, up to, but not including the file part of the URI. |
private AttributeListImpl |
getReferenceAttributes(Persistable a_object)
|
TableModel |
getTableModel()
Gets the object for the association that plays role: theTableModel. |
private static TableModel |
getWrapperTableModel(TableModel rawTableModel)
|
private String |
headingToTagName(String a_value)
|
boolean |
isStandAlone()
Gets the value of the attribute: standAlone; Indicates if this is a standalone document. |
private String |
makeUnique(String a_value,
Hashtable a_uniqueValues)
|
void |
produceEvents(DocumentHandler listener)
Deprecated. |
void |
setStandAlone(boolean a_StandAlone)
Sets the value of the attribute: standAlone; Indicates if this is a standalone document. |
void |
setTableModel(TableModel a_TableModel)
Sets the object for the association that plays role: theTableModel. |
private void |
theTableModelValidate(TableModel a_TableModel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean standAlone
private TableModel theTableModel
private static final String RESULT
private static final String HEADING
private static final String ROW
private static final String CDATA
private static final String TAG
private static final String IS_NULL
private static final String IDX
private static final String VALUE
private static final String EMAIL
private static final char VALID_REPLACEMENT_CHAR
private static final AttributeListImpl EMPTY_ATTRIBUTE_LIST
private static final AttributeListImpl IS_NULL_ATTRIBUTE_LIST
public static final String META_SEPARATOR_STRING
public static final String TYPE
public static final String OBJECT_ID
public static final String BRANCH_ID
public static final String LATEST
Constructor Detail |
public TableModelSAXSource(TableModel a_TableModel)
a_TableModel
- Method Detail |
public boolean isStandAlone()
public void setStandAlone(boolean a_StandAlone)
a_StandAlone
- public TableModel getTableModel()
public void setTableModel(TableModel a_TableModel) throws WTPropertyVetoException
a_TableModel
-
WTPropertyVetoException
private void theTableModelValidate(TableModel a_TableModel) throws WTPropertyVetoException
a_TableModel
-
WTPropertyVetoException
public void produceEvents(DocumentHandler listener) throws SAXException
produceEvents
in interface SAXXMLSource
listener
- The handler that will "receive" the SAX events as method calls.
SAXException
public String getBaseURI()
http://www.acme.com/documents/Document1.xml
would
be http://www.acme.com/documents
.
getBaseURI
in interface XMLSource
private AttributeListImpl getReferenceAttributes(Persistable a_object) throws SAXException
SAXException
private String headingToTagName(String a_value)
private String makeUnique(String a_value, Hashtable a_uniqueValues)
private void generateStringEvent(DocumentHandler listener, Object a_value) throws SAXException
SAXException
private void generateStringEvent(DocumentHandler listener, String a_value) throws SAXException
SAXException
private void addAttributes(AttributeListImpl attrs, TableModelSAXSource.AggregateValue aggValue)
private static TableModel getWrapperTableModel(TableModel rawTableModel)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |