|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.serializer.ContentHandlerAdaptor
public class ContentHandlerAdaptor
Receives SAX2 events and send the equivalent events to
XMLSerializer
| Constructor Summary | |
|---|---|
ContentHandlerAdaptor(XMLSerializer _serializer)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Deprecated. |
void |
endDocument()
Deprecated. |
void |
endElement(String namespaceURI,
String localName,
String qName)
Deprecated. |
void |
endPrefixMapping(String prefix)
Deprecated. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Deprecated. |
void |
processingInstruction(String target,
String data)
Deprecated. |
void |
setDocumentLocator(Locator locator)
Deprecated. |
void |
skippedEntity(String name)
Deprecated. |
void |
startDocument()
Deprecated. |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Deprecated. |
void |
startPrefixMapping(String prefix,
String uri)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentHandlerAdaptor(XMLSerializer _serializer)
| Method Detail |
|---|
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXException
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerSAXException
public void endPrefixMapping(String prefix)
throws SAXException
endPrefixMapping in interface ContentHandlerSAXException
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlerSAXException
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerSAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlerSAXException
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandler
public void processingInstruction(String target,
String data)
throws SAXException
processingInstruction in interface ContentHandlerSAXException
public void skippedEntity(String name)
throws SAXException
skippedEntity in interface ContentHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||