SASAX-RSS parser

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

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

public class EnsureRDFResource
extends EnsureAttribute

This examine "rdf:resource" attribute.

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

Field Summary
static EnsureRDFResource 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 EnsureRDFResource CHECKER
Instance of this.

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


SASAX-RSS parser