Uses of Class
com.ctc.wstx.sw.XmlWriterWrapper

Packages that use XmlWriterWrapper
com.ctc.wstx.sw   
 

Uses of XmlWriterWrapper in com.ctc.wstx.sw
 

Fields in com.ctc.wstx.sw declared as XmlWriterWrapper
protected  XmlWriterWrapper XmlWriter.mRawWrapper
          Lazy-constructed wrapper object, which will route all calls to Writer API, to matching writeRaw methods of this XmlWriter instance.
protected  XmlWriterWrapper XmlWriter.mTextWrapper
          Lazy-constructed wrapper object, which will route all calls to Writer API, to matching writeCharacters methods of this XmlWriter instance.
 

Methods in com.ctc.wstx.sw that return XmlWriterWrapper
static XmlWriterWrapper XmlWriterWrapper.wrapWriteCharacters(XmlWriter xw)
           
static XmlWriterWrapper XmlWriterWrapper.wrapWriteRaw(XmlWriter xw)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.