public class JiraRss.TextHandler extends JiraRss.DefaultHandler
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected StringBuffer |
value |
Constructor and Description |
---|
TextHandler() |
TextHandler(String name) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] chars,
int i,
int i1) |
protected Object |
clone() |
void |
endElement(String string,
String string1,
String string2) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected StringBuffer value
protected String name
public TextHandler()
public TextHandler(String name)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void characters(char[] chars, int i, int i1) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String string, String string1, String string2) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
protected Object clone()
clone
in class JiraRss.DefaultHandler
Copyright © 2015 The Codehaus Foundation. All rights reserved.