SASAX-RSS parser

jp.ne.dti.lares.foozy.sasax.rss
Class EnsureRDFAbout

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.sasax.rss.EnsureAttribute
        |
        +--jp.ne.dti.lares.foozy.sasax.rss.EnsureRDFAbout
All Implemented Interfaces:
jp.ne.dti.lares.foozy.sasax.Notification

public class EnsureRDFAbout
extends EnsureAttribute

This examine "rdf:about" attribute.

Author:
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>(code/doc)

Field Summary
static EnsureRDFAbout CHECKER
          Instance of this.
 
Methods inherited from class jp.ne.dti.lares.foozy.sasax.rss.EnsureAttribute
elementEnded, elementStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKER

public static final EnsureRDFAbout CHECKER
Instance of this.

This class has no instance field, so please use this class field instead of "new"ed instance.


SASAX-RSS parser