org.weborganic.schematron
Class SchematronOptions

java.lang.Object
  extended by org.weborganic.schematron.SchematronOptions

public class SchematronOptions
extends Object


Constructor Summary
SchematronOptions()
           
 
Method Summary
 void configure(ValidatorFactory factory)
           
 void setAllow_foreign(String value)
           
 void setAttributes(String value)
           
 void setDiagnose(String value)
           
 void setGenerate_paths(String value)
           
 void setLangCode(String value)
           
 void setMessage_newline(String value)
           
 void setOnly_child_elements(String value)
           
 void setPhase(String phase)
          Specifies the phase Schematron should use.
 void setSch_exlst_imports(String value)
           
 void setSchema_id(String value)
           
 void setSelect_contents(String value)
           
 void setTerminate(String value)
           
 void setVisit_text(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchematronOptions

public SchematronOptions()
Method Detail

setPhase

public void setPhase(String phase)
Specifies the phase Schematron should use.

If this parameter is set the schematron processor will match this parameter value with the 'id' attribute of a phase element.

Parameters:
phase - The ID of the phase to use.

setAllow_foreign

public void setAllow_foreign(String value)

setSch_exlst_imports

public void setSch_exlst_imports(String value)

setMessage_newline

public void setMessage_newline(String value)

setAttributes

public void setAttributes(String value)

setOnly_child_elements

public void setOnly_child_elements(String value)

setVisit_text

public void setVisit_text(String value)

setSelect_contents

public void setSelect_contents(String value)

setGenerate_paths

public void setGenerate_paths(String value)

setDiagnose

public void setDiagnose(String value)

setTerminate

public void setTerminate(String value)

setSchema_id

public void setSchema_id(String value)

setLangCode

public void setLangCode(String value)

configure

public void configure(ValidatorFactory factory)