|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoapical.likeoldsax.SpecificXMLWriter
soapical.likeoldsax.SpecificContentHandler
A wrapper to make ContentHandler easier to work with when you already know most of the content will be in a specific namespace.
All events are passed to the wrapped ContentHandler
This class provides SAX1 style functions to use when you already know what namespace you want your XML to be in. It is most useful for when you are trying to create XML by using SAX in reverse, for example, by using Megginson's XMLWriter.
The best way to use this class is to extend it and create a simpler version of the constructor.
Constructor Summary | |
SpecificContentHandler(org.xml.sax.ContentHandler handler,
java.lang.String namespaceURI,
java.lang.String prefix)
Deprecated. |
Methods inherited from class soapical.likeoldsax.SpecificXMLWriter |
addAttribute, characters, emptyElement, emptyElement, endDocument, endElement, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElement, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpecificContentHandler(org.xml.sax.ContentHandler handler, java.lang.String namespaceURI, java.lang.String prefix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |