Uses of Class
org.apache.tapestry.util.xml.DocumentParseException

Packages that use DocumentParseException
org.apache.tapestry.script Parser and related classes for dynamically generating JavaScript for inclusion in an HTML response. 
org.apache.tapestry.util.xml Base classes for streamlining the process of parsing an XML document. 
 

Uses of DocumentParseException in org.apache.tapestry.script
 

Methods in org.apache.tapestry.script that throw DocumentParseException
 IScript ScriptParser.parse(org.apache.hivemind.Resource resourceLocation)
          Parses the given input stream to produce a parsed script, ready to execute.
 

Uses of DocumentParseException in org.apache.tapestry.util.xml
 

Subclasses of DocumentParseException in org.apache.tapestry.util.xml
 class InvalidStringException
          Exception thrown if there is any kind of error validating a string during document parsing
 

Methods in org.apache.tapestry.util.xml that throw DocumentParseException
 void RuleDirectedParser.validate(java.lang.String value, java.lang.String pattern, java.lang.String errorKey)
          Validates that the input value matches against the specified Perl5 pattern.