org.openrdf.sesame.server.http.io
Interface NamespaceListener


public interface NamespaceListener


Method Summary
 void endNamespaceList()
           
 void namespace(String prefix, String name)
           
 void reportError(String msg)
           
 void startNamespaceList()
           
 

Method Detail

startNamespaceList

public void startNamespaceList()

namespace

public void namespace(String prefix,
                      String name)

endNamespaceList

public void endNamespaceList()

reportError

public void reportError(String msg)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.