class: EndnoteProcessor

public class: EndnoteProcessor
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2599 $ $LastChangedDate: 2009-05-05 10:; Complexity: 1
Dates: Created: 16.07.2009 15:32:40; Modified: 16.07.2009 15:32:40;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {1DB4AC7F-F360-49fa-A688-B0AE72244169}
TODO Description
 

Goto: Custom Properties, Fields, Methods

Extends: FormatProcessor

See also: FormatProcessor

Appears in: processor

Connections
 
Custom Properties
 
EndnoteProcessor Attributes
Attribute Details
private int
  counter
Initial: -1
private boolean
  init
Initial: false
private String
  items
Initial: null
private int
  length
Initial: -1
private byte
  originalData
Initial: null
 
EndnoteProcessor Methods
Operation Details
public
getDataAsBase64():String
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see de.mpg.escidoc.pubman.multipleimport.processor.FormatProcessor#getDataAsBase64()
public
getLength():int
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see de.mpg.escidoc.pubman.multipleimport.processor.FormatProcessor#getLength()
public
hasNext():boolean
Sequential
Notes: (non-Javadoc)
@see java.util.Iterator#hasNext()
private
initialize():void
Sequential
public
next():String
Sequential
Tags: throws=NoSuchElementException
Notes: (non-Javadoc)
@see java.util.Iterator#next()
public
remove():void
Sequential
Notes: (non-Javadoc)
@see java.util.Iterator#remove()