gov.usda.gdpc.xml
Class XMLGenericTable

java.lang.Object
  extended bygov.usda.gdpc.xml.AbstractXMLDocument
      extended bygov.usda.gdpc.xml.XMLGenericTable
All Implemented Interfaces:
XMLDocument

public class XMLGenericTable
extends AbstractXMLDocument
implements XMLDocument

Author:
terryc

Field Summary
 
Fields inherited from class gov.usda.gdpc.xml.AbstractXMLDocument
EMPTY_STRING, myColumnList, myCount, myDBElementsMap, myDocument, myIDs, myPoundString, myRowList, POUND_SIGN
 
Constructor Summary
XMLGenericTable(java.io.File file)
          XMLGenericTable Constructor.
XMLGenericTable(GenericTable table)
          XMLGenericTable Constructor.
XMLGenericTable(GenericTable table, boolean usePoundSign)
          XMLGenericTable Constructor.
XMLGenericTable(java.lang.String filename)
          XMLGenericTable Constructor.
 
Method Summary
 GenericTable tableValue()
          Translates this XML document to a GenericTable.
 
Methods inherited from class gov.usda.gdpc.xml.AbstractXMLDocument
createDBElement, createProperties, createTableDBElement, getAlleleList, getDBElement, getDBElements, getDocument, getIdentifier, getProperties, getTextFromNode, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.usda.gdpc.xml.XMLDocument
getDocument, write, write
 

Constructor Detail

XMLGenericTable

public XMLGenericTable(java.lang.String filename)
XMLGenericTable Constructor.


XMLGenericTable

public XMLGenericTable(java.io.File file)
XMLGenericTable Constructor.


XMLGenericTable

public XMLGenericTable(GenericTable table)
XMLGenericTable Constructor.


XMLGenericTable

public XMLGenericTable(GenericTable table,
                       boolean usePoundSign)
XMLGenericTable Constructor.

Method Detail

tableValue

public GenericTable tableValue()
Translates this XML document to a GenericTable.

Returns:
table