uk.org.jcam.processor
Class Template

java.lang.Object
  extended by uk.org.jcam.processor.Template

Deprecated.

public class Template
extends java.lang.Object


Constructor Summary
Template(org.w3c.dom.Document templateDOM, org.w3c.dom.Document xmlFileDOM)
          Deprecated.  
 
Method Summary
 java.lang.String getErrorsMessage()
          Deprecated. routine seems to be used by NIH added for backward compatibility purposes
 boolean hasErrors()
          Deprecated.  
 boolean Validate()
          Deprecated.  
 boolean Validate(java.lang.String ID)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template(org.w3c.dom.Document templateDOM,
                org.w3c.dom.Document xmlFileDOM)
         throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception
Method Detail

Validate

public boolean Validate()
                 throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

Validate

public boolean Validate(java.lang.String ID)
                 throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

hasErrors

public boolean hasErrors()
                  throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

getErrorsMessage

public java.lang.String getErrorsMessage()
                                  throws java.lang.Exception
Deprecated. routine seems to be used by NIH added for backward compatibility purposes

Throws:
java.lang.Exception