Uses of Class
org.eclipse.actf.validation.doc.rulebase.ScriptElement

Packages that use ScriptElement
org.eclipse.actf.validation.doc.rulebase   
org.eclipse.actf.validation.rulebase   
 

Uses of ScriptElement in org.eclipse.actf.validation.doc.rulebase
 

Methods in org.eclipse.actf.validation.doc.rulebase that return ScriptElement
 ScriptElement[] IValidationDocument.getScriptElements()
          return an array of script elements of the document.
 ScriptElement[] ReflectionValidationDocument.getScriptElements()
          return an array of script elements of the document.
 ScriptElement[] ValidationDocumentRuleBaseMetadata.getScripts()
           
 

Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type ScriptElement
 void ValidationDocumentRuleBaseMetadata.setScripts(ScriptElement[] scripts)
           
 

Uses of ScriptElement in org.eclipse.actf.validation.rulebase
 

Methods in org.eclipse.actf.validation.rulebase that return ScriptElement
 ScriptElement[] IDocumentRuleBaseMetadata.getScripts()
          retreave the scripts associated with a document
 

Methods in org.eclipse.actf.validation.rulebase with parameters of type ScriptElement
 void IDocumentRuleBaseMetadata.setScripts(ScriptElement[] scripts)
          set the list of scripts to be associated with a document.