Uses of Interface
org.codehaus.stax2.XMLStreamWriter2

Packages that use XMLStreamWriter2
com.ctc.wstx.dom   
com.ctc.wstx.evt   
com.ctc.wstx.stax   
com.ctc.wstx.sw   
org.codehaus.stax2   
org.codehaus.stax2.evt   
org.codehaus.stax2.ri   
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
 class WstxDOMWrappingWriter
          This is an adapter class that allows building a DOM tree using XMLStreamWriter interface.
 

Uses of XMLStreamWriter2 in com.ctc.wstx.evt
 

Methods in com.ctc.wstx.evt with parameters of type XMLStreamWriter2
 void WEntityDeclaration.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
protected  XMLStreamWriter2 WstxOutputFactory.createSW(String enc, WriterConfig cfg, XmlWriter xw)
          Called by WstxOutputFactory.createSW(OutputStream, Writer, String, boolean) after all of the nessesary configuration logic is complete.
 XMLStreamWriter2 WstxOutputFactory.createXMLStreamWriter(Writer w, String enc)
           
 

Uses of XMLStreamWriter2 in com.ctc.wstx.sw
 

Classes in com.ctc.wstx.sw that implement XMLStreamWriter2
 class BaseNsStreamWriter
          Mid-level base class of namespace-aware stream writers.
 class BaseStreamWriter
          Base class for XMLStreamWriter implementations Woodstox has.
 class NonNsStreamWriter
          Implementation of XMLStreamWriter used when namespace support is not enabled.
 class RepairingNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.
 class SimpleNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.
 class TypedStreamWriter
          Intermediate 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
abstract  XMLStreamWriter2 XMLOutputFactory2.createXMLStreamWriter(Writer w, String encoding)
           
 

Uses of XMLStreamWriter2 in org.codehaus.stax2.evt
 

Methods in org.codehaus.stax2.evt with parameters of type XMLStreamWriter2
 void XMLEvent2.writeUsing(XMLStreamWriter2 w)
           
 

Uses of XMLStreamWriter2 in org.codehaus.stax2.ri
 

Classes in org.codehaus.stax2.ri that implement XMLStreamWriter2
 class Stax2WriterAdapter
          This adapter implements parts of XMLStreamWriter2, the extended stream writer defined by Stax2 extension, by wrapping a vanilla Stax 1.0 XMLStreamReader implementation.
 class Stax2WriterImpl
          This is a partial base implementation of XMLStreamWriter2, the extended stream writer that is part of Stax2.
 

Methods in org.codehaus.stax2.ri that return XMLStreamWriter2
static XMLStreamWriter2 Stax2WriterAdapter.wrapIfNecessary(XMLStreamWriter sw)
          Method that should be used to add dynamic support for XMLStreamWriter2.
 

Constructors in org.codehaus.stax2.ri with parameters of type XMLStreamWriter2
Stax2EventWriterImpl(XMLStreamWriter2 sw)
           
 

Uses of XMLStreamWriter2 in org.codehaus.stax2.ri.dom
 

Classes in org.codehaus.stax2.ri.dom that implement XMLStreamWriter2
 class DOMWrappingWriter
          This is an adapter class that partially implements XMLStreamWriter as 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
 void AttributeEventImpl.writeUsing(XMLStreamWriter2 w)
           
abstract  void BaseEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void CharactersEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void CommentEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void DTDEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void EndDocumentEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void EndElementEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void EntityDeclarationEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void EntityReferenceEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void NotationDeclarationEventImpl.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.
 void ProcInstrEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void StartDocumentEventImpl.writeUsing(XMLStreamWriter2 w)
           
 void StartElementEventImpl.writeUsing(XMLStreamWriter2 sw)
           
 

Uses of XMLStreamWriter2 in org.codehaus.stax2.util
 

Classes in org.codehaus.stax2.util that implement XMLStreamWriter2
 class StreamWriter2Delegate
           
 

Fields in org.codehaus.stax2.util declared as XMLStreamWriter2
protected  XMLStreamWriter2 StreamWriter2Delegate.mDelegate2
           
 

Constructors in org.codehaus.stax2.util with parameters of type XMLStreamWriter2
StreamWriter2Delegate(XMLStreamWriter2 parent)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.