Uses of Interface
org.codehaus.stax2.XMLStreamWriter2
-
Packages that use XMLStreamWriter2 Package Description com.ctc.wstx.dom com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox.com.ctc.wstx.sw org.codehaus.stax2 org.codehaus.stax2.evt org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom org.codehaus.stax2.ri.evt org.codehaus.stax2.util -
-
Uses of XMLStreamWriter2 in com.ctc.wstx.dom
Classes in com.ctc.wstx.dom that implement XMLStreamWriter2 Modifier and Type Class Description classWstxDOMWrappingWriterThis is an adapter class that allows building a DOM tree usingXMLStreamWriterinterface. -
Uses of XMLStreamWriter2 in com.ctc.wstx.evt
Methods in com.ctc.wstx.evt with parameters of type XMLStreamWriter2 Modifier and Type Method Description voidWEntityDeclaration. writeUsing(XMLStreamWriter2 w)This method does not make much sense for this event type -- the reason being that the entity declarations can only be written as part of a DTD (internal or external subset), not separately. -
Uses of XMLStreamWriter2 in com.ctc.wstx.stax
Methods in com.ctc.wstx.stax that return XMLStreamWriter2 Modifier and Type Method Description protected XMLStreamWriter2WstxOutputFactory. createSW(String enc, WriterConfig cfg, XmlWriter xw)Called byWstxOutputFactory.createSW(OutputStream, Writer, String, boolean)after all of the nessesary configuration logic is complete.XMLStreamWriter2WstxOutputFactory. createXMLStreamWriter(Writer w, String enc) -
Uses of XMLStreamWriter2 in com.ctc.wstx.sw
Classes in com.ctc.wstx.sw that implement XMLStreamWriter2 Modifier and Type Class Description classBaseNsStreamWriterMid-level base class of namespace-aware stream writers.classBaseStreamWriterBase class forXMLStreamWriterimplementations Woodstox has.classNonNsStreamWriterImplementation ofXMLStreamWriterused when namespace support is not enabled.classRepairingNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.classSimpleNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.classTypedStreamWriterIntermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations. -
Uses of XMLStreamWriter2 in org.codehaus.stax2
Methods in org.codehaus.stax2 that return XMLStreamWriter2 Modifier and Type Method Description abstract XMLStreamWriter2XMLOutputFactory2. createXMLStreamWriter(Writer w, String encoding) -
Uses of XMLStreamWriter2 in org.codehaus.stax2.evt
Methods in org.codehaus.stax2.evt with parameters of type XMLStreamWriter2 Modifier and Type Method Description voidXMLEvent2. writeUsing(XMLStreamWriter2 w) -
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri
Classes in org.codehaus.stax2.ri that implement XMLStreamWriter2 Modifier and Type Class Description classStax2WriterAdapterThis adapter implements parts ofXMLStreamWriter2, the extended stream writer defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLStreamReaderimplementation.classStax2WriterImplThis is a partial base implementation ofXMLStreamWriter2, the extended stream writer that is part of Stax2.Fields in org.codehaus.stax2.ri declared as XMLStreamWriter2 Modifier and Type Field Description protected XMLStreamWriter2Stax2EventWriterImpl. _writerMethods in org.codehaus.stax2.ri that return XMLStreamWriter2 Modifier and Type Method Description static XMLStreamWriter2Stax2WriterAdapter. wrapIfNecessary(XMLStreamWriter sw)Method that should be used to add dynamic support forXMLStreamWriter2.Constructors in org.codehaus.stax2.ri with parameters of type XMLStreamWriter2 Constructor Description Stax2EventWriterImpl(XMLStreamWriter2 sw) -
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri.dom
Classes in org.codehaus.stax2.ri.dom that implement XMLStreamWriter2 Modifier and Type Class Description classDOMWrappingWriterThis is an adapter class that partially implementsXMLStreamWriteras a facade on top of a DOM document or Node, allowing one to basically construct DOM trees via Stax API. -
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri.evt
Methods in org.codehaus.stax2.ri.evt with parameters of type XMLStreamWriter2 Modifier and Type Method Description voidAttributeEventImpl. writeUsing(XMLStreamWriter2 w)abstract voidBaseEventImpl. writeUsing(XMLStreamWriter2 w)voidCharactersEventImpl. writeUsing(XMLStreamWriter2 w)voidCommentEventImpl. writeUsing(XMLStreamWriter2 w)voidDTDEventImpl. writeUsing(XMLStreamWriter2 w)voidEndDocumentEventImpl. writeUsing(XMLStreamWriter2 w)voidEndElementEventImpl. writeUsing(XMLStreamWriter2 w)voidEntityDeclarationEventImpl. writeUsing(XMLStreamWriter2 w)voidEntityReferenceEventImpl. writeUsing(XMLStreamWriter2 w)voidNotationDeclarationEventImpl. writeUsing(XMLStreamWriter2 w)This method does not make much sense for this event type -- the reason being that the notation declarations can only be written as part of a DTD (internal or external subset), not separately.voidProcInstrEventImpl. writeUsing(XMLStreamWriter2 w)voidStartDocumentEventImpl. writeUsing(XMLStreamWriter2 w)voidStartElementEventImpl. writeUsing(XMLStreamWriter2 sw) -
Uses of XMLStreamWriter2 in org.codehaus.stax2.util
Classes in org.codehaus.stax2.util that implement XMLStreamWriter2 Modifier and Type Class Description classStreamWriter2DelegateFields in org.codehaus.stax2.util declared as XMLStreamWriter2 Modifier and Type Field Description protected XMLStreamWriter2StreamWriter2Delegate. mDelegate2Constructors in org.codehaus.stax2.util with parameters of type XMLStreamWriter2 Constructor Description StreamWriter2Delegate(XMLStreamWriter2 parent)
-