org.apache.poi.xwpf.converter.xhtml.internal.utils
Class SAXHelper
java.lang.Object
org.apache.poi.xwpf.converter.xhtml.internal.utils.SAXHelper
public class SAXHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXHelper
public SAXHelper()
startElement
public static void startElement(ContentHandler contentHandler,
String name,
Attributes attributes)
throws SAXException
- Throws:
SAXException
endElement
public static void endElement(ContentHandler contentHandler,
String name)
throws SAXException
- Throws:
SAXException
characters
public static void characters(ContentHandler contentHandler,
String content)
throws SAXException
- Throws:
SAXException
addAttrValue
public static AttributesImpl addAttrValue(AttributesImpl attributes,
String name,
int value)
- Parameters:
attributes - name - value -
addAttrValue
public static AttributesImpl addAttrValue(AttributesImpl attributes,
String name,
String value)
- Parameters:
attributes - name - value -
Copyright © 2012. All Rights Reserved.