public abstract class ContentHandler
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
ContentHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
bitText() |
static boolean |
bitValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static boolean |
bitValue(java.lang.String s) |
protected boolean |
booleanText() |
static boolean |
booleanValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static boolean |
booleanValue(java.lang.String s) |
void |
characters(char[] ch,
int start,
int length) |
protected void |
clearText() |
protected double |
doubleText() |
static double |
doubleValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static double |
doubleValue(java.lang.String s) |
protected float |
floatText() |
static float |
floatValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static float |
floatValue(java.lang.String s) |
protected java.lang.String |
getText() |
protected int |
intText() |
static int |
intValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static int |
intValue(java.lang.String s) |
protected boolean |
isIgnoreCharacters() |
protected long |
longText() |
static long |
longValue(org.xml.sax.Attributes attr,
java.lang.String key) |
static long |
longValue(java.lang.String s) |
protected void |
setIgnoreCharacters(boolean ignoreCharacters) |
static java.lang.String |
stringValue(org.xml.sax.Attributes attr,
java.lang.String key) |
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected boolean isIgnoreCharacters()
protected void setIgnoreCharacters(boolean ignoreCharacters)
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
protected void clearText()
protected java.lang.String getText()
protected long longText()
protected int intText()
protected float floatText()
protected double doubleText()
protected boolean booleanText()
protected boolean bitText()
public static java.lang.String stringValue(org.xml.sax.Attributes attr, java.lang.String key)
public static long longValue(java.lang.String s)
public static long longValue(org.xml.sax.Attributes attr, java.lang.String key)
public static double doubleValue(java.lang.String s)
public static double doubleValue(org.xml.sax.Attributes attr, java.lang.String key)
public static float floatValue(java.lang.String s)
public static float floatValue(org.xml.sax.Attributes attr, java.lang.String key)
public static int intValue(java.lang.String s)
public static int intValue(org.xml.sax.Attributes attr, java.lang.String key)
public static boolean booleanValue(java.lang.String s)
public static boolean booleanValue(org.xml.sax.Attributes attr, java.lang.String key)
public static boolean bitValue(java.lang.String s)
public static boolean bitValue(org.xml.sax.Attributes attr, java.lang.String key)