ipworks
Class XmlpStartElementEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworks.XmlpStartElementEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class XmlpStartElementEvent
- extends java.util.EventObject
Fired when a begin-element tag is encountered in the document.
The StartElement event is fired when an begin-element
tag is found in the document.
The element name is provided through the Element parameter. The attribute names and values (if any) are provided
through the AttrName , AttrValue , and AttrCount properties.
The IsEmpty parameter is true when the event corresponds
with an empty element declaration.
- See Also:
Xmlp,
Xmlp.fireStartElement, Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
namespace
public java.lang.String namespace
element
public java.lang.String element
QName
public java.lang.String QName
isEmpty
public boolean isEmpty
Copyright (c) 2001 /n software inc. - All rights reserved.