A D G H O S V

A

AssertValidTag - class org.apache.commons.jelly.tags.validate.AssertValidTag.
This tag performs an assertion that the tags body contains XML which matches a givem schema validation.
AssertValidTag() - Constructor for class org.apache.commons.jelly.tags.validate.AssertValidTag
 

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
 

G

getErrorHandler() - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
 
getFactory() - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
 

H

handleValid(boolean) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
Processes whether or not the document is valid.
handleValid(boolean) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Processes whether or not the document is valid.

O

org.apache.commons.jelly.tags.validate - package org.apache.commons.jelly.tags.validate
A tag library for validating XML using various schema languages like DTD, XML Schema, Relax NG as well as Relax and TREX.
outputException(XMLOutput, String, SAXParseException) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
Outputs the given validation exception as XML to the output
outputException(XMLOutput, String, SAXParseException) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Outputs the given validation exception as XML to the output

S

setErrorHandler(ErrorHandler) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the SAX ErrorHandler which is used to capture XML validation events.
setFactory(VerifierFactory) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the factory used to create new schema verifier objects.
setFile(File) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the File of the schema to parse.
setSystemId(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the system ID used when parsing the schema
setUri(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the URI of the schema file to parse.
setVar(String) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the name of the variable that will contain a boolean flag for whether or not the XML is valid.
setVar(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the name of the variable that will be set to the new Verifier
setVerifier(Verifier) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the schema Verifier that this tag will use to verify its body

V

ValidateTag - class org.apache.commons.jelly.tags.validate.ValidateTag.
This tag validates its body using a schema Verifier which can validate against DTDs, XML Schema, RelaxNG, Relax or TREX.
ValidateTag() - Constructor for class org.apache.commons.jelly.tags.validate.ValidateTag
 
ValidateTagLibrary - class org.apache.commons.jelly.tags.validate.ValidateTagLibrary.
Describes the Taglib.
ValidateTagLibrary() - Constructor for class org.apache.commons.jelly.tags.validate.ValidateTagLibrary
 
VerifierTag - class org.apache.commons.jelly.tags.validate.VerifierTag.
This tag creates a new Verifier of a schema as a variable so that it can be used by a <validate> tag.
VerifierTag() - Constructor for class org.apache.commons.jelly.tags.validate.VerifierTag
 

A D G H O S V

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.