IP*Works! V9

ipworks
Class XmlpStartElementEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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 a 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 XAttributes collection .

The IsEmpty parameter is true when the event corresponds with an empty element declaration.

See Also:
Xmlp, Xmlp.StartElementEvent, Serialized Form

Field Summary
 java.lang.String element
           
 boolean isEmpty
           
 java.lang.String namespace
           
 java.lang.String QName
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

namespace

public java.lang.String namespace

element

public java.lang.String element

QName

public java.lang.String QName

isEmpty

public boolean isEmpty

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.