|
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.StaxStreamContentHandler
StaxUtils.createContentHandler(javax.xml.stream.XMLStreamWriter)
@Deprecated public class StaxStreamContentHandler
SAX ContentHandler
that writes to a XMLStreamWriter
.
XMLStreamWriter
Constructor Summary | |
---|---|
StaxStreamContentHandler(XMLStreamWriter streamWriter)
Deprecated. Constructs a new instance of the StaxStreamContentHandler that writes to the given
XMLStreamWriter . |
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 attributes,
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 StaxStreamContentHandler(XMLStreamWriter streamWriter)
StaxStreamContentHandler
that writes to the given
XMLStreamWriter
.
streamWriter
- the stream writer to write toMethod Detail |
---|
public void setDocumentLocator(Locator locator)
protected void charactersInternal(char[] ch, int start, int length) throws XMLStreamException
charactersInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void endDocumentInternal() throws XMLStreamException
endDocumentInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void endElementInternal(QName name, SimpleNamespaceContext namespaceContext) throws XMLStreamException
endElementInternal
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)
skippedEntityInternal
in class AbstractStaxContentHandler
protected void startDocumentInternal() throws XMLStreamException
startDocumentInternal
in class AbstractStaxContentHandler
XMLStreamException
protected void startElementInternal(QName name, Attributes attributes, SimpleNamespaceContext namespaceContext) throws XMLStreamException
startElementInternal
in class AbstractStaxContentHandler
XMLStreamException
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |