ipworks
Class XmlpEndElementEvent
java.lang.Object
java.util.EventObject
ipworks.XmlpEndElementEvent
- All Implemented Interfaces:
- java.io.Serializable
public class XmlpEndElementEvent
- extends java.util.EventObject
Fired when an end-element tag is encountered.
The EndElement
event is fired when an end-element tag is found
in the document.
The element name is provided by the Element parameter.
The IsEmpty parameter is true when the event corresponds
with an empty element declaration.
- See Also:
Xmlp
,
Xmlp.EndElementEvent
,
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) 2013 /n software inc. - All rights reserved.