com.jxml.quick
Class QConvert
java.lang.Object
|
+--com.jxml.quick.QConvert
- All Implemented Interfaces:
- DocumentHandler
- public class QConvert
- extends Object
- implements DocumentHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTES
public static final String ATTRIBUTES
context
public QContext context
QConvert
public QConvert()
QConvert
public QConvert(QContext context)
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator
in interface DocumentHandler
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface DocumentHandler
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface DocumentHandler
startElement
public void startElement(String name,
AttributeList attList)
throws SAXException
- Specified by:
startElement
in interface DocumentHandler
endElement
public void endElement(String name)
throws SAXException
- Specified by:
endElement
in interface DocumentHandler
ignorableWhitespace
public void ignorableWhitespace(char[] chars,
int offset,
int len)
throws SAXException
- Specified by:
ignorableWhitespace
in interface DocumentHandler
characters
public void characters(char[] chars,
int offset,
int len)
throws SAXException
- Specified by:
characters
in interface DocumentHandler
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
- Specified by:
processingInstruction
in interface DocumentHandler