com.bea.xml.stream.events

Class StartElementEvent

public class StartElementEvent extends NamedEvent implements StartElement

Constructor Summary
StartElementEvent()
StartElementEvent(QName name)
StartElementEvent(StartElement element)
Method Summary
voidaddAttribute(Attribute attribute)
voidaddNamespace(Namespace attribute)
AttributegetAttributeByName(QName name)
IteratorgetAttributes()
NamespaceContextgetNamespaceContext()
IteratorgetNamespaces()
StringgetNamespaceURI(String prefix)
protected voidinit()
voidreset()
voidsetAttributes(List attributes)
voidsetNamespaceContext(NamespaceContext c)
StringtoString()

Constructor Detail

StartElementEvent

public StartElementEvent()

StartElementEvent

public StartElementEvent(QName name)

StartElementEvent

public StartElementEvent(StartElement element)

Method Detail

addAttribute

public void addAttribute(Attribute attribute)

addNamespace

public void addNamespace(Namespace attribute)

getAttributeByName

public Attribute getAttributeByName(QName name)

getAttributes

public Iterator getAttributes()

getNamespaceContext

public NamespaceContext getNamespaceContext()

getNamespaces

public Iterator getNamespaces()

getNamespaceURI

public String getNamespaceURI(String prefix)

init

protected void init()

reset

public void reset()

setAttributes

public void setAttributes(List attributes)

setNamespaceContext

public void setNamespaceContext(NamespaceContext c)

toString

public String toString()