IP*Works! V9

ipworks
Class RssOPMLOutlineEvent

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

public class RssOPMLOutlineEvent
extends java.util.EventObject

Fired for each outline in the current OPML document.

This event is fired for each outline in the OPML document.

The Level parameter contains the depth of the current outline in the OPML document.

Each outline contains a "Text" attribute, which is parsed out, and returned in the Text parameter.

The "Type" attribute is a string that describes how the other attributes of the outline are interpreted, and is returned in the TypeName parameter.

The Title parameter refers to the title of the outline.

The URL parameter indicates the external location of the outline.

The XMLURL parameter is usually set to an RSS, Atom or OPML file.

The HTMLURL parameter specifies an "HTMLURL" attribute, which may be used instead of the "URL" attribute.

The Created parameter contains the date the outline node was created.

The OtherAttrs parameter contains a list of other attributes for the current outline. You must use the OPMLAttr method here to get the attribute's corresponding values from the parser.

See Also:
Rss, Rss.OPMLOutlineEvent, Serialized Form

Field Summary
 java.lang.String created
           
 java.lang.String description
           
 java.lang.String HTMLURL
           
 int level
           
 java.lang.String otherAttrs
           
 java.lang.String text
           
 java.lang.String title
           
 java.lang.String typeName
           
 java.lang.String URL
           
 java.lang.String XMLURL
           
 
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

level

public int level

text

public java.lang.String text

typeName

public java.lang.String typeName

title

public java.lang.String title

URL

public java.lang.String URL

XMLURL

public java.lang.String XMLURL

HTMLURL

public java.lang.String HTMLURL

created

public java.lang.String created

description

public java.lang.String description

otherAttrs

public java.lang.String otherAttrs

IP*Works! V9

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