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

Packages that use SimpleOutputElement
com.ctc.wstx.sw   
 

Uses of SimpleOutputElement in com.ctc.wstx.sw
 

Fields in com.ctc.wstx.sw declared as SimpleOutputElement
protected  SimpleOutputElement BaseNsStreamWriter.mCurrElem
           
protected  SimpleOutputElement BaseNsStreamWriter.mOutputElemPool
           
 

Methods in com.ctc.wstx.sw that return SimpleOutputElement
protected  SimpleOutputElement SimpleOutputElement.createChild(String localName)
          Simplest factory method, which gets called when a 1-argument element output method is called.
protected  SimpleOutputElement SimpleOutputElement.createChild(String prefix, String localName, String uri)
          Full factory method, used for 'normal' namespace qualified output methods.
static SimpleOutputElement SimpleOutputElement.createRoot()
           
 SimpleOutputElement SimpleOutputElement.getParent()
           
protected  SimpleOutputElement SimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String localName)
           
protected  SimpleOutputElement SimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String prefix, String localName, String uri)
           
 

Methods in com.ctc.wstx.sw with parameters of type SimpleOutputElement
protected  void SimpleOutputElement.addToPool(SimpleOutputElement poolHead)
          Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
protected  String RepairingNsStreamWriter.findElemPrefix(String nsURI, SimpleOutputElement elem)
          Method called to find an existing prefix for the given namespace, if any exists in the scope.
protected  String RepairingNsStreamWriter.findOrCreateAttrPrefix(String suggPrefix, String nsURI, SimpleOutputElement elem)
          Method called to somehow find a prefix for given namespace, to be used for a new start element; either use an existing one, or generate a new one.
protected  String RepairingNsStreamWriter.generateElemPrefix(String suggPrefix, String nsURI, SimpleOutputElement elem)
          Method called after RepairingNsStreamWriter.findElemPrefix(java.lang.String, com.ctc.wstx.sw.SimpleOutputElement) has returned null, to create and bind a namespace mapping for specified namespace.
protected  SimpleOutputElement SimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String localName)
           
protected  SimpleOutputElement SimpleOutputElement.reuseAsChild(SimpleOutputElement parent, String prefix, String localName, String uri)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.