public class TdHandler extends ElementHandler
| Constructor and Description |
|---|
TdHandler(boolean emptyMeansNull)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Called when character content is found in the element.
|
void |
endElement()
Called when the element has ended.
|
configure, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, startElement, toString, warningpublic TdHandler(boolean emptyMeansNull)
emptyMeansNull - if true, zero-length TD content unconditionally
indicates a null value;
if false, zero-length TD content will be
assessed without special considerationpublic void characters(char[] ch,
int start,
int length)
ElementHandlercharacters in class ElementHandlerpublic void endElement()
ElementHandlerendElement in class ElementHandlerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.