public class SAXHelper extends Object
| Constructor and Description |
|---|
SAXHelper() |
| Modifier and Type | Method and Description |
|---|---|
static AttributesImpl |
addAttrValue(AttributesImpl attributes,
String name,
int value) |
static AttributesImpl |
addAttrValue(AttributesImpl attributes,
String name,
String value) |
static void |
characters(ContentHandler contentHandler,
String content) |
static void |
endElement(ContentHandler contentHandler,
String name) |
static void |
startElement(ContentHandler contentHandler,
String name,
Attributes attributes) |
public static void startElement(ContentHandler contentHandler, String name, Attributes attributes) throws SAXException
SAXExceptionpublic static void endElement(ContentHandler contentHandler, String name) throws SAXException
SAXExceptionpublic static void characters(ContentHandler contentHandler, String content) throws SAXException
SAXExceptionpublic static AttributesImpl addAttrValue(AttributesImpl attributes, String name, int value)
attributes - name - value - public static AttributesImpl addAttrValue(AttributesImpl attributes, String name, String value)
attributes - name - value - Copyright © 2015. All Rights Reserved.