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, warning
public 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)
ElementHandler
characters
in class ElementHandler
public void endElement()
ElementHandler
endElement
in class ElementHandler
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.