Oxygen XML Editor, Version ${standalone-version-number}

ro.sync.exml.plugin.document
Class DocumentPluginResultImpl

java.lang.Object
  extended by ro.sync.exml.plugin.document.DocumentPluginResultImpl
All Implemented Interfaces:
DocumentPluginResult

public class DocumentPluginResultImpl
extends Object
implements DocumentPluginResult


Field Summary
protected  Document document
          The processed document.
 
Constructor Summary
DocumentPluginResultImpl()
          Creates an PluginResult with no document.
DocumentPluginResultImpl(Document document)
          Constructor for the PluginResult.
 
Method Summary
 Document getProcessedDocument()
          Get the current document.
 void setProcessedDocument(Document document)
          Sets the current document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

protected Document document
The processed document.

Constructor Detail

DocumentPluginResultImpl

public DocumentPluginResultImpl()
Creates an PluginResult with no document.


DocumentPluginResultImpl

public DocumentPluginResultImpl(Document document)
Constructor for the PluginResult.

Parameters:
document - The processed document.
Method Detail

setProcessedDocument

public void setProcessedDocument(Document document)
Sets the current document.

Parameters:
document - The current document.

getProcessedDocument

public Document getProcessedDocument()
Get the current document.

Specified by:
getProcessedDocument in interface DocumentPluginResult
Returns:
The current document.

Oxygen XML Editor, Version ${standalone-version-number}

© Copyright Syncro Soft SRL 2002 - 2010.