|
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 XMLEvent
s 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 topublic 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 eventsMethod Detail |
---|
public void setDocumentLocator(Locator locator)
protected void startDocumentInternal() throws XMLStreamException
startDocumentInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void endDocumentInternal() throws XMLStreamException
endDocumentInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void startElementInternal(QName name, Attributes atts, SimpleNamespaceContext namespaceContext) throws XMLStreamException
startElementInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void endElementInternal(QName name, SimpleNamespaceContext namespaceContext) throws XMLStreamException
endElementInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void charactersInternal(char[] ch, int start, int length) throws XMLStreamException
charactersInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void ignorableWhitespaceInternal(char[] ch, int start, int length) throws XMLStreamException
ignorableWhitespaceInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void processingInstructionInternal(String target, String data) throws XMLStreamException
processingInstructionInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void skippedEntityInternal(String name) throws XMLStreamException
skippedEntityInternal
in class AbstractStaxContentHandler
XMLStreamException
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |