Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.enhydra.kelp.common.node.OtterDocumentNode

Uses of OtterDocumentNode in org.enhydra.kelp.common.node
 

Classes in org.enhydra.kelp.common.node that implement OtterDocumentNode
 class OtterXMLCNode
          Class declaration
 

Fields in org.enhydra.kelp.common.node declared as OtterDocumentNode
private  OtterDocumentNode OtterXMLCNode.docNode
           
 

Methods in org.enhydra.kelp.common.node that return OtterDocumentNode
abstract  OtterDocumentNode[] OtterProject.getAllDocuments()
          Get all document nodes in the project.
abstract  OtterDocumentNode OtterNodeFactory.createDocumentNode(OtterNode node, java.lang.String file)
          Method declaration
 

Constructors in org.enhydra.kelp.common.node with parameters of type OtterDocumentNode
OtterXMLCNode(OtterDocumentNode d)
          Create a node to use when calling XMLC.