|
Nux 1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnux.xom.sandbox.StaxFilteredStreamWriter
public abstract class StaxFilteredStreamWriter
StAX XMLStreamWriter base class sitting on top of a child XMLStreamWriter, easing implementation of filter chains.
By default each method does nothing but call the corresponding method on the underlying child interface. Subclasses may override specific methods to add desired filtering capabilities.
| Constructor Summary | |
|---|---|
protected |
StaxFilteredStreamWriter(XMLStreamWriter child)
Constructs an instance that delegates to the given child writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StaxFilteredStreamWriter(XMLStreamWriter child)
child - the writer to delegate to| Method Detail |
|---|
public void writeStartElement(String localName)
throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamException
public void writeStartElement(String namespaceURI,
String localName)
throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamException
public void writeStartElement(String prefix,
String localName,
String namespaceURI)
throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamException
public void writeEmptyElement(String namespaceURI,
String localName)
throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamException
public void writeEmptyElement(String prefix,
String localName,
String namespaceURI)
throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamException
public void writeEmptyElement(String localName)
throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamException
public void writeEndElement()
throws XMLStreamException
writeEndElement in interface XMLStreamWriterXMLStreamException
public void writeEndDocument()
throws XMLStreamException
writeEndDocument in interface XMLStreamWriterXMLStreamException
public void close()
throws XMLStreamException
close in interface XMLStreamWriterXMLStreamException
public void flush()
throws XMLStreamException
flush in interface XMLStreamWriterXMLStreamException
public void writeAttribute(String localName,
String value)
throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamException
public void writeAttribute(String prefix,
String namespaceURI,
String localName,
String value)
throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamException
public void writeAttribute(String namespaceURI,
String localName,
String value)
throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamException
public void writeNamespace(String prefix,
String namespaceURI)
throws XMLStreamException
writeNamespace in interface XMLStreamWriterXMLStreamException
public void writeDefaultNamespace(String namespaceURI)
throws XMLStreamException
writeDefaultNamespace in interface XMLStreamWriterXMLStreamException
public void writeComment(String data)
throws XMLStreamException
writeComment in interface XMLStreamWriterXMLStreamException
public void writeProcessingInstruction(String target)
throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamException
public void writeProcessingInstruction(String target,
String data)
throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamException
public void writeCData(String data)
throws XMLStreamException
writeCData in interface XMLStreamWriterXMLStreamException
public void writeDTD(String dtd)
throws XMLStreamException
writeDTD in interface XMLStreamWriterXMLStreamException
public void writeEntityRef(String name)
throws XMLStreamException
writeEntityRef in interface XMLStreamWriterXMLStreamException
public void writeStartDocument()
throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamException
public void writeStartDocument(String version)
throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamException
public void writeStartDocument(String encoding,
String version)
throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamException
public void writeCharacters(String text)
throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamException
public void writeCharacters(char[] text,
int start,
int len)
throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamException
public String getPrefix(String uri)
throws XMLStreamException
getPrefix in interface XMLStreamWriterXMLStreamException
public void setPrefix(String prefix,
String uri)
throws XMLStreamException
setPrefix in interface XMLStreamWriterXMLStreamException
public void setDefaultNamespace(String uri)
throws XMLStreamException
setDefaultNamespace in interface XMLStreamWriterXMLStreamException
public void setNamespaceContext(NamespaceContext context)
throws XMLStreamException
setNamespaceContext in interface XMLStreamWriterXMLStreamExceptionpublic NamespaceContext getNamespaceContext()
getNamespaceContext in interface XMLStreamWriter
public Object getProperty(String name)
throws IllegalArgumentException
getProperty in interface XMLStreamWriterIllegalArgumentException
|
Nux 1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||