org.apache.poi.xwpf.converter.xhtml.internal.utils
Class SAXHelper

java.lang.Object
  extended by org.apache.poi.xwpf.converter.xhtml.internal.utils.SAXHelper

public class SAXHelper
extends Object


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

SAXHelper

public SAXHelper()
Method Detail

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 org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
                                                              String name,
                                                              int value)
Parameters:
attributes -
name -
value -

addAttrValue

public static org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
                                                              String name,
                                                              String value)
Parameters:
attributes -
name -
value -


Copyright © 2013. All rights reserved.