IP*Works! V9

ipworks
Class RestSpecialSectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.RestSpecialSectionEvent
All Implemented Interfaces:
java.io.Serializable

public class RestSpecialSectionEvent
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:
Rest, Rest.SpecialSectionEvent, Serialized Form

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

sectionId

public java.lang.String sectionId

text

public java.lang.String text

IP*Works! V9

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