Uses of Class
uk.org.jcam.util.NamespaceException

Packages that use NamespaceException
uk.org.jcam.processor.dataObjects   
uk.org.jcam.processor.validator   
uk.org.jcam.util   
 

Uses of NamespaceException in uk.org.jcam.processor.dataObjects
 

Methods in uk.org.jcam.processor.dataObjects that throw NamespaceException
 boolean Template.isElementInTemplate(org.jdom.Element xmlFileElement)
          checkElementInTemplate
 

Uses of NamespaceException in uk.org.jcam.processor.validator
 

Methods in uk.org.jcam.processor.validator that throw NamespaceException
 boolean UnOrderedValidatorStrict.checkElements(org.jdom.Element templateElement, org.jdom.Element xmlParent)
           
 boolean UnOrderedValidatorLax.checkElements(org.jdom.Element templateElement, org.jdom.Element xmlParent)
           
 boolean DefaultValidator.Validate(org.jdom.Element templateElement, org.jdom.Element xmlFileElement, boolean ordered)
          Validates the CAMtemplate.xmlfile against CAMtemplate.template Logic: For every element/attribute in Trimmed Document check exist associated item in xmlfile check correct values etc against CAMtemplate attributes Recurses through the Template Tree keep trees in step for makeRepeatable and makeOptional check if element is repeatable if so count number of repetitions in xmlfile and duplicate that number in template.
 boolean UnOrderedValidatorLax.validateChildren(org.jdom.Element templateElement, org.jdom.Element xmlFileElement)
           
 boolean DefaultValidator.validateChildren(org.jdom.Element templateElement, org.jdom.Element xmlFileElement)
           
 

Uses of NamespaceException in uk.org.jcam.util
 

Methods in uk.org.jcam.util that throw NamespaceException
 java.lang.String Namespaces.getNamespacePrefix(java.lang.String URI)