uk.ac.starlink.ttools.lint
Class StreamHandler
java.lang.Object
uk.ac.starlink.ttools.lint.ElementHandler
uk.ac.starlink.ttools.lint.StreamHandler
public class StreamHandler
- extends ElementHandler
Handler for STREAM elements.
- Since:
- 8 Apr 2005
- Author:
- Mark Taylor (Starlink)
Method Summary |
void |
characters(char[] ch,
int start,
int leng)
Called when character content is found in the element. |
void |
endElement()
Called when the element has ended. |
void |
startElement()
Called after the attributes have been set and checked. |
Methods inherited from class uk.ac.starlink.ttools.lint.ElementHandler |
configure, error, getAncestry, getAttribute, getContext, getName, getRef, info, registerChildName, setAncestry, setAttributes, toString, warning |
StreamHandler
public StreamHandler()
startElement
public void startElement()
- Description copied from class:
ElementHandler
- Called after the attributes have been set and checked.
The default implementation does nothing.
- Overrides:
startElement
in class ElementHandler
characters
public void characters(char[] ch,
int start,
int leng)
- Description copied from class:
ElementHandler
- Called when character content is found in the element.
The default implementation does nothing.
- Overrides:
characters
in class ElementHandler
endElement
public void endElement()
- Description copied from class:
ElementHandler
- Called when the element has ended.
The default implementation does nothing.
- Overrides:
endElement
in class ElementHandler
Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.