|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.xml.stream.AbstractStaxContentHandler
org.springframework.xml.stream.StaxEventContentHandler
StaxUtils.createContentHandler(javax.xml.stream.XMLEventWriter).
@Deprecated public class StaxEventContentHandler
SAX ContentHandler that transforms callback calls to XMLEvents and writes them to a
XMLEventConsumer.
XMLEvent,
XMLEventConsumer| Constructor Summary | |
|---|---|
StaxEventContentHandler(XMLEventConsumer consumer)
Deprecated. Constructs a new instance of the StaxEventContentHandler that writes to the given
XMLEventConsumer. |
|
StaxEventContentHandler(XMLEventConsumer consumer,
XMLEventFactory factory)
Deprecated. Constructs a new instance of the StaxEventContentHandler that uses the given event factory to create
events and writes to the given XMLEventConsumer. |
|
| Method Summary | |
|---|---|
protected void |
charactersInternal(char[] ch,
int start,
int length)
Deprecated. |
protected void |
endDocumentInternal()
Deprecated. |
protected void |
endElementInternal(QName name,
SimpleNamespaceContext namespaceContext)
Deprecated. |
protected void |
ignorableWhitespaceInternal(char[] ch,
int start,
int length)
Deprecated. |
protected void |
processingInstructionInternal(String target,
String data)
Deprecated. |
void |
setDocumentLocator(Locator locator)
Deprecated. |
protected void |
skippedEntityInternal(String name)
Deprecated. |
protected void |
startDocumentInternal()
Deprecated. |
protected void |
startElementInternal(QName name,
Attributes atts,
SimpleNamespaceContext namespaceContext)
Deprecated. |
| Methods inherited from class org.springframework.xml.stream.AbstractStaxContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, skippedEntity, startDocument, startElement, startPrefixMapping |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaxEventContentHandler(XMLEventConsumer consumer)
StaxEventContentHandler that writes to the given
XMLEventConsumer. A default XMLEventFactory will be created.
consumer - the consumer to write events to
public StaxEventContentHandler(XMLEventConsumer consumer,
XMLEventFactory factory)
StaxEventContentHandler that uses the given event factory to create
events and writes to the given XMLEventConsumer.
consumer - the consumer to write events tofactory - the factory used to create events| Method Detail |
|---|
public void setDocumentLocator(Locator locator)
protected void startDocumentInternal()
throws XMLStreamException
startDocumentInternal in class AbstractStaxContentHandlerXMLStreamException
protected void endDocumentInternal()
throws XMLStreamException
endDocumentInternal in class AbstractStaxContentHandlerXMLStreamException
protected void startElementInternal(QName name,
Attributes atts,
SimpleNamespaceContext namespaceContext)
throws XMLStreamException
startElementInternal in class AbstractStaxContentHandlerXMLStreamException
protected void endElementInternal(QName name,
SimpleNamespaceContext namespaceContext)
throws XMLStreamException
endElementInternal in class AbstractStaxContentHandlerXMLStreamException
protected void charactersInternal(char[] ch,
int start,
int length)
throws XMLStreamException
charactersInternal in class AbstractStaxContentHandlerXMLStreamException
protected void ignorableWhitespaceInternal(char[] ch,
int start,
int length)
throws XMLStreamException
ignorableWhitespaceInternal in class AbstractStaxContentHandlerXMLStreamException
protected void processingInstructionInternal(String target,
String data)
throws XMLStreamException
processingInstructionInternal in class AbstractStaxContentHandlerXMLStreamException
protected void skippedEntityInternal(String name)
throws XMLStreamException
skippedEntityInternal in class AbstractStaxContentHandlerXMLStreamException
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||