org.apache.cxf.jaxrs.provider
Class JSONProvider.IgnoreMixedContentWriter
java.lang.Object
org.apache.cxf.staxutils.DelegatingXMLStreamWriter
org.apache.cxf.jaxrs.provider.JSONProvider.IgnoreMixedContentWriter
- All Implemented Interfaces:
- javax.xml.stream.XMLStreamWriter
- Enclosing class:
- JSONProvider
protected static class JSONProvider.IgnoreMixedContentWriter
- extends DelegatingXMLStreamWriter
| Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter |
close, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONProvider.IgnoreMixedContentWriter
public JSONProvider.IgnoreMixedContentWriter(javax.xml.stream.XMLStreamWriter writer)
writeCharacters
public void writeCharacters(java.lang.String text)
throws javax.xml.stream.XMLStreamException
- Specified by:
writeCharacters in interface javax.xml.stream.XMLStreamWriter- Overrides:
writeCharacters in class DelegatingXMLStreamWriter
- Throws:
javax.xml.stream.XMLStreamException
writeStartElement
public void writeStartElement(java.lang.String prefix,
java.lang.String local,
java.lang.String uri)
throws javax.xml.stream.XMLStreamException
- Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter- Overrides:
writeStartElement in class DelegatingXMLStreamWriter
- Throws:
javax.xml.stream.XMLStreamException
writeStartElement
public void writeStartElement(java.lang.String uri,
java.lang.String local)
throws javax.xml.stream.XMLStreamException
- Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter- Overrides:
writeStartElement in class DelegatingXMLStreamWriter
- Throws:
javax.xml.stream.XMLStreamException
writeStartElement
public void writeStartElement(java.lang.String local)
throws javax.xml.stream.XMLStreamException
- Specified by:
writeStartElement in interface javax.xml.stream.XMLStreamWriter- Overrides:
writeStartElement in class DelegatingXMLStreamWriter
- Throws:
javax.xml.stream.XMLStreamException
writeEndElement
public void writeEndElement()
throws javax.xml.stream.XMLStreamException
- Specified by:
writeEndElement in interface javax.xml.stream.XMLStreamWriter- Overrides:
writeEndElement in class DelegatingXMLStreamWriter
- Throws:
javax.xml.stream.XMLStreamException
Apache CXF