public class TableHandler extends BaseHandler<TableHandler> implements IDocTable
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
caption() |
void |
endCaption() |
void |
endTable() |
IDoc.Kind |
kind() |
int |
numColumns() |
java.util.ListIterator<IDocRow> |
rows() |
void |
startCaption(org.xml.sax.Attributes attrib) |
void |
startRow(org.xml.sax.Attributes attrib) |
void |
startTable(org.xml.sax.Attributes attrib) |
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
public void startTable(org.xml.sax.Attributes attrib)
public void endTable()
public void startRow(org.xml.sax.Attributes attrib)
public void startCaption(org.xml.sax.Attributes attrib)
public void endCaption()
public int numColumns()
numColumns
in interface IDocTable