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

Quick Search    Search Deep

org.enhydra.kelp.common.node
Interface OtterDocumentNode  view OtterDocumentNode download OtterDocumentNode.java

All Superinterfaces:
OtterNode, PropertyKeys
All Known Implementing Classes:
OtterXMLCNode

public interface OtterDocumentNode
extends OtterNode


Field Summary
 
Fields inherited from interface org.enhydra.kelp.common.node.PropertyKeys
DEFAULT_CONTENT, DEPLOY_BUILD, DEPLOY_CONTENT_TYPES, DEPLOY_ECHO, DEPLOY_INPUT_FILTER, DEPLOY_OVERWRITE, DEPLOY_PATH_BOOTSTRAP, DEPLOY_PATH_INPUT, DEPLOY_PATH_RESOURCE, DEPLOY_PATH_ROOT, DEPLOY_STARTUP_JAVA, DEPLOY_STARTUP_RUN, DEPLOY_TABLE_FIND, DEPLOY_TABLE_LENGTH, DEPLOY_TABLE_REPLACE, DEPLOY_WEB_APP, NAME_AUTO_PACK, NAME_GENTO, NAME_LIBRARIES, NAME_RESOURCE_STATIC, NAME_SELECTED, NAME_WORKING_DIR, NAME_XMLC_CUSTOM, NAME_XMLC_OPTION_FILEPATH, NAME_XMLC_PARAMETERS, NAME_XMLC_TYPE, VALUE_ENHYDRA, XMLC_BUILD, XMLC_DOC_TYPES, XMLC_MAP_PACKAGE_FROM, XMLC_MAP_PACKAGE_LENGTH, XMLC_MAP_PACKAGE_TO, XMLC_MAP_SCOPE, XMLC_OUTPUT_FILENAME, XMLC_PRINT_ACCESSOR, XMLC_PRINT_DOC, XMLC_PRINT_DOM, XMLC_PRINT_PARSE, XMLC_VERBOSE
 
Method Summary
 boolean isStatic()
           
 void preCompile()
           
 void setStatic(boolean b)
           
 
Methods inherited from interface org.enhydra.kelp.common.node.OtterNode
getException, getFilePath, getNativeNode, getParent, getProject, getProperty, getXMLCOptionFilePath, getXMLCParameters, isSelected, save, setException, setNativeNode, setProperty, setProperty, setSelected, setXMLCOptionFilePath, setXMLCParameters
 

Method Detail

isStatic

public boolean isStatic()

setStatic

public void setStatic(boolean b)

preCompile

public void preCompile()
                throws org.enhydra.xml.xmlc.XMLCException,
                       java.io.IOException