Class SAXHelper
java.lang.Object
fr.opensagres.poi.xwpf.converter.xhtml.internal.utils.SAXHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributesImpladdAttrValue(AttributesImpl attributes, String name, int value) static AttributesImpladdAttrValue(AttributesImpl attributes, String name, String value) static voidcharacters(ContentHandler contentHandler, String content) static voidendElement(ContentHandler contentHandler, String name) static voidstartElement(ContentHandler contentHandler, String name, Attributes attributes)
-
Constructor Details
-
SAXHelper
public SAXHelper()
-
-
Method Details
-
startElement
public static void startElement(ContentHandler contentHandler, String name, Attributes attributes) throws SAXException - Throws:
SAXException
-
endElement
- Throws:
SAXException
-
characters
- Throws:
SAXException
-
addAttrValue
- Parameters:
attributes-name-value-
-
addAttrValue
- Parameters:
attributes-name-value-
-