|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xwpf.converter.xhtml.internal.utils.SAXHelper
public class SAXHelper
| Constructor Summary | |
|---|---|
SAXHelper()
|
|
| Method Summary | |
|---|---|
static org.xml.sax.helpers.AttributesImpl |
addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
String name,
int value)
|
static org.xml.sax.helpers.AttributesImpl |
addAttrValue(org.xml.sax.helpers.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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXHelper()
| Method Detail |
|---|
public static void startElement(ContentHandler contentHandler,
String name,
Attributes attributes)
throws SAXException
SAXException
public static void endElement(ContentHandler contentHandler,
String name)
throws SAXException
SAXException
public static void characters(ContentHandler contentHandler,
String content)
throws SAXException
SAXException
public static org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
String name,
int value)
attributes - name - value -
public static org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
String name,
String value)
attributes - name - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||