Class XMLStreamFilterWithId
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.XMLStreamFilter
com.sun.xml.ws.security.opt.impl.util.XMLStreamFilterWithId
- All Implemented Interfaces:
XMLStreamWriter
- Author:
- Ashutosh.Shahi@sun.com
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.opt.impl.util.XMLStreamFilter
count, nsContext, seenFirstElement, writer -
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamFilterWithId(XMLStreamWriter writer, NamespaceContextEx nce, String id) Creates a new instance of XMLStreamWriterWithId -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDefaultNamespace(String string) voidwriteAttribute(String string, String string0) voidwriteAttribute(String string, String string0, String string1) voidwriteAttribute(String string, String string0, String string1, String string2) voidwriteCData(String string) voidwriteCharacters(char[] c, int index, int len) voidwriteCharacters(String string) voidwriteEmptyElement(String string) voidwriteEmptyElement(String string, String string0) voidwriteEmptyElement(String string, String string0, String string1) voidvoidwriteNamespace(String string, String string0) voidwriteProcessingInstruction(String string) voidwriteProcessingInstruction(String string, String string0) voidwriteStartElement(String string) voidwriteStartElement(String string, String string0) voidwriteStartElement(String string, String string0, String string1) Methods inherited from class com.sun.xml.ws.security.opt.impl.util.XMLStreamFilter
close, flush, getNamespaceContext, getPrefix, getProperty, setNamespaceContext, setPrefix, writeComment, writeDefaultNamespace, writeDTD, writeEndDocument, writeEntityRef, writeStartDocument, writeStartDocument, writeStartDocument
-
Constructor Details
-
XMLStreamFilterWithId
public XMLStreamFilterWithId(XMLStreamWriter writer, NamespaceContextEx nce, String id) throws XMLStreamException Creates a new instance of XMLStreamWriterWithId- Throws:
XMLStreamException
-
-
Method Details
-
setDefaultNamespace
- Specified by:
setDefaultNamespacein interfaceXMLStreamWriter- Overrides:
setDefaultNamespacein classXMLStreamFilter- Throws:
XMLStreamException
-
writeEndElement
- Specified by:
writeEndElementin interfaceXMLStreamWriter- Overrides:
writeEndElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeStartElement
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeAttribute
- Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classXMLStreamFilter- Throws:
XMLStreamException
-
writeNamespace
- Specified by:
writeNamespacein interfaceXMLStreamWriter- Overrides:
writeNamespacein classXMLStreamFilter- Throws:
XMLStreamException
-
writeStartElement
- Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeAttribute
- Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classXMLStreamFilter- Throws:
XMLStreamException
-
writeStartElement
public void writeStartElement(String string, String string0, String string1) throws XMLStreamException - Specified by:
writeStartElementin interfaceXMLStreamWriter- Overrides:
writeStartElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeAttribute
public void writeAttribute(String string, String string0, String string1, String string2) throws XMLStreamException - Specified by:
writeAttributein interfaceXMLStreamWriter- Overrides:
writeAttributein classXMLStreamFilter- Throws:
XMLStreamException
-
writeCharacters
- Specified by:
writeCharactersin interfaceXMLStreamWriter- Overrides:
writeCharactersin classXMLStreamFilter- Throws:
XMLStreamException
-
writeCharacters
- Specified by:
writeCharactersin interfaceXMLStreamWriter- Overrides:
writeCharactersin classXMLStreamFilter- Throws:
XMLStreamException
-
writeEmptyElement
- Specified by:
writeEmptyElementin interfaceXMLStreamWriter- Overrides:
writeEmptyElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeEmptyElement
public void writeEmptyElement(String string, String string0, String string1) throws XMLStreamException - Specified by:
writeEmptyElementin interfaceXMLStreamWriter- Overrides:
writeEmptyElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeEmptyElement
- Specified by:
writeEmptyElementin interfaceXMLStreamWriter- Overrides:
writeEmptyElementin classXMLStreamFilter- Throws:
XMLStreamException
-
writeProcessingInstruction
- Specified by:
writeProcessingInstructionin interfaceXMLStreamWriter- Overrides:
writeProcessingInstructionin classXMLStreamFilter- Throws:
XMLStreamException
-
writeProcessingInstruction
- Specified by:
writeProcessingInstructionin interfaceXMLStreamWriter- Overrides:
writeProcessingInstructionin classXMLStreamFilter- Throws:
XMLStreamException
-
writeCData
- Specified by:
writeCDatain interfaceXMLStreamWriter- Overrides:
writeCDatain classXMLStreamFilter- Throws:
XMLStreamException
-