Injektilo.RDF.RdfReader Class
Represents a statement reader that provides forward only access to a serialized RDF model.

Access: Public
Base Classes: XmlReader
  Members Description  
    DocumentURI Gets the base URI for the RDF document, if known.

 
    IsStatement Indicates that the current "node" is an RDF statement.

 
    Statement Document me.

 
    SubjectType Gets the type of the current statement's subject.

 
    Subject Gets the current statement's subject.

 
    Predicate Gets the current statement's predicate.

 
    Index Gets the current object's index into the current subject (which should be an rdfs:Container) if the current predicate is an rdfs:ContainerMembershipProperty (rdf:_n) or 0 if it's not.

 
    ObjectType Gets the current statement's object type.

 
    Object Gets the current statements's object.