Package com.bea.xml.stream
Class EventState
java.lang.Object
com.bea.xml.stream.EventState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Object obj) void
addNamespace
(Object obj) void
clear()
getData()
getName()
int
getType()
void
setAttributes
(List atts) void
void
void
void
setNamespaces
(List ns) void
setType
(int type) toString()
-
Constructor Details
-
EventState
public EventState() -
EventState
public EventState(int type)
-
-
Method Details
-
clear
public void clear() -
setType
public void setType(int type) -
getType
public int getType() -
getName
-
getLocalName
-
getPrefix
-
getNamespaceURI
-
setName
-
setAttributes
-
addAttribute
-
addNamespace
-
getAttributes
-
setNamespaces
-
getNamespaces
-
getData
-
setData
-
getExtraData
-
setExtraData
-
toString
-