Apache CXF API

org.apache.cxf.binding.corba.types
Class SkipStartEndEventProducer

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.SkipStartEndEventProducer
All Implemented Interfaces:
CorbaTypeEventProducer

public class SkipStartEndEventProducer
extends Object
implements CorbaTypeEventProducer


Constructor Summary
SkipStartEndEventProducer(CorbaTypeEventProducer contentEventProducer, QName n)
           
 
Method Summary
 List<javax.xml.stream.events.Attribute> getAttributes()
           
 String getLocalName()
           
 QName getName()
           
 List<javax.xml.stream.events.Namespace> getNamespaces()
           
 String getText()
           
 boolean hasNext()
           
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipStartEndEventProducer

public SkipStartEndEventProducer(CorbaTypeEventProducer contentEventProducer,
                                 QName n)
Method Detail

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface CorbaTypeEventProducer

getName

public QName getName()
Specified by:
getName in interface CorbaTypeEventProducer

getText

public String getText()
Specified by:
getText in interface CorbaTypeEventProducer

hasNext

public boolean hasNext()
Specified by:
hasNext in interface CorbaTypeEventProducer

next

public int next()
Specified by:
next in interface CorbaTypeEventProducer

getAttributes

public List<javax.xml.stream.events.Attribute> getAttributes()
Specified by:
getAttributes in interface CorbaTypeEventProducer

getNamespaces

public List<javax.xml.stream.events.Namespace> getNamespaces()
Specified by:
getNamespaces in interface CorbaTypeEventProducer

Apache CXF API

Apache CXF