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

Packages that use OutputElementBase
com.ctc.wstx.dom   
com.ctc.wstx.sw   
 

Uses of OutputElementBase in com.ctc.wstx.dom
 

Subclasses of OutputElementBase in com.ctc.wstx.dom
 class DOMOutputElement
          Context object that holds information about an open element (one for which START_ELEMENT has been sent, but no END_ELEMENT)
 

Uses of OutputElementBase in com.ctc.wstx.sw
 

Subclasses of OutputElementBase in com.ctc.wstx.sw
 class SimpleOutputElement
          Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.
 

Methods in com.ctc.wstx.sw with parameters of type OutputElementBase
protected  void OutputElementBase.relink(OutputElementBase parent)
          Method called to reuse a pooled instance.
 

Constructors in com.ctc.wstx.sw with parameters of type OutputElementBase
OutputElementBase(OutputElementBase parent, BijectiveNsMap ns)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.