|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.impl.serialize.StreamWriterToContentHandlerConverter
public class StreamWriterToContentHandlerConverter
Class StreamWriterToContentHandlerConverter
| Constructor Summary | |
|---|---|
StreamWriterToContentHandlerConverter(XMLStreamWriter writer)
Constructor StreamWriterToContentHandlerConverter. |
|
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Method characters. |
void |
endDocument()
Method endDocument. |
void |
endElement(String namespaceURI,
String localName,
String qName)
Method endElement. |
void |
endPrefixMapping(String prefix)
Method endPrefixMapping. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Method ignorableWhitespace. |
void |
processingInstruction(String target,
String data)
Method processingInstruction. |
void |
setDocumentLocator(Locator locator)
Method setDocumentLocator. |
void |
skippedEntity(String name)
Method skippedEntity. |
void |
startDocument()
Method startDocument. |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Method startElement. |
void |
startPrefixMapping(String prefix,
String uri)
Method startPrefixMapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamWriterToContentHandlerConverter(XMLStreamWriter writer)
writer - | Method Detail |
|---|
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXException
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlerch - start - length -
SAXException
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerch - start - length -
SAXException
public void endPrefixMapping(String prefix)
throws SAXException
endPrefixMapping in interface ContentHandlerprefix -
SAXException
public void skippedEntity(String name)
throws SAXException
skippedEntity in interface ContentHandlername -
SAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlerlocator -
public void processingInstruction(String target,
String data)
throws SAXException
processingInstruction in interface ContentHandlertarget - data -
SAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerprefix - uri -
SAXException
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlernamespaceURI - localName - qName -
SAXException
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlernamespaceURI - localName - qName - atts -
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||