IP*Works!

ipworks
Class XmlpSpecialSectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworks.XmlpSpecialSectionEvent
All Implemented Interfaces:
java.io.Serializable

public class XmlpSpecialSectionEvent
extends java.util.EventObject

Fired when a special section is encountered. The SpecialSection event is fired whenever a special section (such as ..text... ]]>) is found in the document.

The full text of the special section is provided by the Text parameter, while the SectionId parameter provides the section identifier (e.g. "CDATA").

See Also:
Xmlp, Xmlp.fireSpecialSection, Serialized Form

Field Summary
 java.lang.String sectionId
           
 java.lang.String text
           
 
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
 

Field Detail

sectionId

public java.lang.String sectionId

text

public java.lang.String text

IP*Works!

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