org.eclipse.actf.validation.doc.rulebase
Class ScriptElement
java.lang.Object
org.eclipse.actf.validation.doc.rulebase.BaseElement
org.eclipse.actf.validation.doc.rulebase.ScriptElement
public class ScriptElement
- extends BaseElement
represents a <raven:script> element in a document.A script element can contain either text content (which is
the script code itself) or an 'src' attribute pointing to another script file.
- Author:
- Mike Squillace
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptElement
public ScriptElement(String name,
String text,
String srcFile,
String imports)
getSourceFile
public String getSourceFile()
getImports
public String getImports()