Uses of Class
com.ctc.wstx.evt.SimpleStartElement

Packages that use SimpleStartElement
com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers. 
 

Uses of SimpleStartElement in com.ctc.wstx.evt
 

Methods in com.ctc.wstx.evt that return SimpleStartElement
static SimpleStartElement SimpleStartElement.construct(Location loc, QName name, Iterator attrs, Iterator ns, NamespaceContext nsCtxt)
           
static SimpleStartElement SimpleStartElement.construct(Location loc, QName name, Map attrs, List ns, NamespaceContext nsCtxt)
          Factory method called when a start element needs to be constructed from an external source (most likely, non-woodstox stream reader).
 



Copyright © 2011 Codehaus. All Rights Reserved.