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

Packages that use SimpleStartElement
com.ctc.wstx.evt   
 

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 © 2005-2015 Oracle Corporation. All Rights Reserved.