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 <![ CDATA [ ..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.SpecialSectionEvent
,
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 |
sectionId
public java.lang.String sectionId
text
public java.lang.String text
Copyright (c) 2013 /n software inc. - All rights reserved.