|
SASAX-RSS parser | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--jp.ne.dti.lares.foozy.sasax.AbstractElement
|
+--jp.ne.dti.lares.foozy.sasax.CompositeElement
|
+--jp.ne.dti.lares.foozy.sasax.rss.ChannelElement
Class to parse "channel" element of RSS.
This has "MUST ITEM"s as shown below:
title element
link element
description element
items element
This has "OPTIONAL ITEM"s as shown below:
This does:
"channel" of rss
"about" of rdf
| Field Summary | |
jp.ne.dti.lares.foozy.sasax.StringElement |
description
"description" sub element. |
jp.ne.dti.lares.foozy.sasax.EmptyElement |
image
"image" sub element. |
jp.ne.dti.lares.foozy.sasax.CompositeElement |
items
"items" sub element. |
jp.ne.dti.lares.foozy.sasax.StringElement |
link
"link" sub element. |
RDFSeqElement |
rdfSeq
"rdf:Seq" sub element under "items". |
jp.ne.dti.lares.foozy.sasax.EmptyElement |
textinput
"textinput" sub element. |
jp.ne.dti.lares.foozy.sasax.StringElement |
title
"title" sub element. |
| Constructor Summary | |
ChannelElement(jp.ne.dti.lares.foozy.sasax.Element parent)
Constructor. |
|
| Methods inherited from class jp.ne.dti.lares.foozy.sasax.CompositeElement |
accepts, addComponent, addComponent, addMustItem, addMustItem, addOptionalItem, addOptionalItem, characters, endElement, examine, getComponent, getLName, getURI, isEmpty, startElement |
| Methods inherited from class jp.ne.dti.lares.foozy.sasax.AbstractElement |
addCleanup, addNotification, clear, ensureDetermined, fireElementStarted, getParent, ignorableWhitespace, isDetermined, notifyDetermined, notifyDetermined, processingInstruction, setDetermined, skippedEntity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final jp.ne.dti.lares.foozy.sasax.StringElement title
This does:
This element is registered as "MUST ITEM" of this.
public final jp.ne.dti.lares.foozy.sasax.StringElement link
This does:
This element is registered as "MUST ITEM" of this.
public final jp.ne.dti.lares.foozy.sasax.StringElement description
This does:
"description" of rss
This element is registered as "MUST ITEM" of this.
public final jp.ne.dti.lares.foozy.sasax.CompositeElement items
This has "MUST ITEM"s as shown below:
"rdf:Seq" element
This has no "OPTIONAL ITEM".
This does:
This element is registered as "MUST ITEM" of this.
public final RDFSeqElement rdfSeq
This element is registered as "MUST ITEM" of "items".
public final jp.ne.dti.lares.foozy.sasax.EmptyElement image
This does:
This element is registered as "OPTIONAL ITEM" of this.
public final jp.ne.dti.lares.foozy.sasax.EmptyElement textinput
This does:
"textinput" of rss
This element is registered as "OPTIONAL ITEM" of this.
| Constructor Detail |
public ChannelElement(jp.ne.dti.lares.foozy.sasax.Element parent)
parent - of this element
|
SASAX-RSS parser | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||