[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
EventBean wrapper for XML documents.
Currently only instances of org.w3c.dom.Node can be used
The following tables list the members exposed by the XMLEventBean type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | XMLEventBeanNew |
Ctor.
|
Public Properties
Name | Description | |
---|---|---|
![]() | EventType |
Return the XMLEventBean.EventType instance that describes the set of properties available for this event.
|
![]() | Item |
Returns the value of an event property.
|
![]() | Underlying |
Get the underlying data object to this event wrapper.
|