de.hpi.fgis.dude.util.bibtex.data
Class BibtexAbstractEntry

java.lang.Object
  extended by de.hpi.fgis.dude.util.bibtex.data.BibtexNode
      extended by de.hpi.fgis.dude.util.bibtex.data.BibtexAbstractEntry
Direct Known Subclasses:
BibtexEntry, BibtexMacroDefinition, BibtexPreamble, BibtexToplevelComment

public abstract class BibtexAbstractEntry
extends BibtexNode

Abstract entries are the building blocks of BibTex files.

Author:
henkel

Constructor Summary
protected BibtexAbstractEntry(BibtexFile file)
          Instantiates a new BibtexAbstractEntry.
 
Method Summary
 
Methods inherited from class de.hpi.fgis.dude.util.bibtex.data.BibtexNode
getOwnerFile, printBibtex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BibtexAbstractEntry

protected BibtexAbstractEntry(BibtexFile file)
Instantiates a new BibtexAbstractEntry.

Parameters:
file - The file that includes this abstract entry.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.