Linkable.Analysis
Class Decite

java.lang.Object
  |
  +--Linkable.Analysis.Decite

public class Decite
extends java.lang.Object


Field Summary
private static boolean DEBUG
           
private static uk.ac.soton.harvester.EntityDecode ed
           
private static java.lang.String ME
           
private static uk.ac.soton.harvester.Deciter myDeciter
           
private static java.lang.String[] opts
           
 
Constructor Summary
Decite()
           
 
Method Summary
private static java.lang.String deEntify(java.io.ByteArrayOutputStream baos)
           
private static Author[] getAuthorList(org.w3c.dom.NodeList nl)
           
private static org.w3c.dom.Document getDocument(java.lang.String inReference)
           
static Creation parse(java.lang.String inReference)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ME

private static final java.lang.String ME

DEBUG

private static final boolean DEBUG

opts

private static java.lang.String[] opts

myDeciter

private static uk.ac.soton.harvester.Deciter myDeciter

ed

private static uk.ac.soton.harvester.EntityDecode ed
Constructor Detail

Decite

public Decite()
Method Detail

parse

public static Creation parse(java.lang.String inReference)

getDocument

private static org.w3c.dom.Document getDocument(java.lang.String inReference)

getAuthorList

private static Author[] getAuthorList(org.w3c.dom.NodeList nl)

deEntify

private static java.lang.String deEntify(java.io.ByteArrayOutputStream baos)