class: RDFHandler

public class: RDFHandler
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:15:44; Modified: 16.07.2009 15:15:44;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A9E15B05-D328-4542-90C3-067E45D72AA9}
SAX handler to read out RDF/XML data.
 

Goto: Custom Properties, Fields, Methods

Extends: ShortContentHandler

See also: Querier, ShortContentHandler

Appears in: rdfimport

Connections
 
Custom Properties
 
RDFHandler Attributes
Attribute Details
private Querier
  querier
Initial: QuerierFactory.newQuerier()
private ArrayList
  result
Initial: new ArrayList()
private Stack
  stack
Initial: new Stack()
 
RDFHandler Methods
Operation Details
public
content(
   String uri,
   String localName,
   String name,
   String content):void
Sequential
Tags: annotations=@Override
public
endElement(
   String uri,
   String localName,
   String name):void
Sequential
Tags: annotations=@Override
throws=SAXException
public
getResult():List
Sequential
public
startElement(
   String uri,
   String localName,
   String name,
   Attributes attributes):void
Sequential
Tags: annotations=@Override
throws=SAXException