org.mindswap.pellet.jena
Class NodeFormatter

java.lang.Object
  extended by org.mindswap.pellet.jena.NodeFormatter

public class NodeFormatter
extends java.lang.Object

Author:
Evren Sirin

Constructor Summary
NodeFormatter(boolean formatHTML)
           
NodeFormatter(com.hp.hpl.jena.rdf.model.Model model)
           
NodeFormatter(com.hp.hpl.jena.rdf.model.Model model, boolean formatHTML)
           
 
Method Summary
 java.lang.String format(com.hp.hpl.jena.rdf.model.RDFNode node)
           
 QNameProvider getQNames()
           
 aterm.ATerm node2term(com.hp.hpl.jena.rdf.model.RDFNode node)
           
 void setFormatHTML(boolean formatHTML)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeFormatter

public NodeFormatter(boolean formatHTML)

NodeFormatter

public NodeFormatter(com.hp.hpl.jena.rdf.model.Model model)

NodeFormatter

public NodeFormatter(com.hp.hpl.jena.rdf.model.Model model,
                     boolean formatHTML)
Method Detail

setFormatHTML

public void setFormatHTML(boolean formatHTML)

getQNames

public QNameProvider getQNames()

format

public java.lang.String format(com.hp.hpl.jena.rdf.model.RDFNode node)

node2term

public aterm.ATerm node2term(com.hp.hpl.jena.rdf.model.RDFNode node)


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.