class: EdocProcessor

public class: EdocProcessor
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2605 $ $LastChangedDate: 2009-05-07 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: {CF31CCAE-A9DA-4bf4-B223-AEC425A167D0}
Format processor for eDoc XML files.
 

Goto: Custom Properties, Fields, Methods

Extends: FormatProcessor

See also: FormatProcessor

Appears in: processor

Connections
 
Custom Properties
 
EdocProcessor Attributes
Attribute Details
private int
  counter
Initial: -1
private boolean
  init
Initial: false
private ArrayList
  items
Initial: new ArrayList()
private int
  length
Initial: -1
private byte
  originalData
Initial: null
 
EdocProcessor Methods
Operation Details
public
getDataAsBase64():String
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
getLength():int
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
hasNext():boolean
Sequential
Notes: {@inheritDoc}
private
initialize():void
Sequential
public
next():String
Sequential
Tags: throws=NoSuchElementException
Notes: {@inheritDoc}
public
remove():void
Sequential
Tags: annotations=@Deprecated
Notes: Not implemented.