|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworks.RssOPMLOutlineEvent
public class RssOPMLOutlineEvent
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.
Rss
,
Rss.OPMLOutlineEvent
,
Serialized FormField 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 |
---|
public int level
public java.lang.String text
public java.lang.String typeName
public java.lang.String title
public java.lang.String URL
public java.lang.String XMLURL
public java.lang.String HTMLURL
public java.lang.String created
public java.lang.String description
public java.lang.String otherAttrs
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |