Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » filesystem » [javadoc | source]
org.apache.cocoon.poi.poifs.filesystem
public class: DocumentNode [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.poifs.filesystem.EntryNode
      org.apache.cocoon.poi.poifs.filesystem.DocumentNode

All Implemented Interfaces:
    DocumentEntry, Entry

Simple implementation of DocumentEntry
Constructor:
 DocumentNode(DocumentProperty property,
    DirectoryNode parent) 
    create a DocumentNode. This method is not public by design; it is intended strictly for the internal use of this package
    Parameters:
    property - the DocumentProperty for this DocumentEntry
    parent - the parent of this entry
Method from org.apache.cocoon.poi.poifs.filesystem.DocumentNode Summary:
getDocument,   getSize,   isDeleteOK,   isDocumentEntry
Methods from org.apache.cocoon.poi.poifs.filesystem.EntryNode:
delete,   getName,   getParent,   getProperty,   isDeleteOK,   isDirectoryEntry,   isDocumentEntry,   isRoot,   renameTo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.poifs.filesystem.DocumentNode Detail:
 Document getDocument() 
    get the Document
 public int getSize() 
    get the zize of the document, in bytes
 protected boolean isDeleteOK() 
    extensions use this method to verify internal rules regarding deletion of the underlying store.
 public boolean isDocumentEntry() 
    is this a DocumentEntry?