Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
D
E
F
G
H
O
S
U
V
A
AssertValidTag
- Class in
org.apache.commons.jelly.tags.validate
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
B
buffer
- Variable in 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
E
errorHandler
- Variable in class org.apache.commons.jelly.tags.validate.
ValidateTag
The SAX ErrorHandler
F
factory
- Variable in class org.apache.commons.jelly.tags.validate.
VerifierTag
The factory used to create new schema verifier objects
file
- Variable in class org.apache.commons.jelly.tags.validate.
VerifierTag
The file to load the schema from
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
systemId
- Variable in class org.apache.commons.jelly.tags.validate.
VerifierTag
The system ID to use when parsing the schema
U
uri
- Variable in class org.apache.commons.jelly.tags.validate.
VerifierTag
The URI to load the schema from
V
ValidateTag
- Class in
org.apache.commons.jelly.tags.validate
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 in
org.apache.commons.jelly.tags.validate
Describes the Taglib.
ValidateTagLibrary()
- Constructor for class org.apache.commons.jelly.tags.validate.
ValidateTagLibrary
var
- Variable in class org.apache.commons.jelly.tags.validate.
ValidateTag
The boolean flag for whether the XML is valid
var
- Variable in class org.apache.commons.jelly.tags.validate.
VerifierTag
the variable name to export the Verifier as
verifier
- Variable in class org.apache.commons.jelly.tags.validate.
ValidateTag
The verifier that this tag will use
VerifierTag
- Class in
org.apache.commons.jelly.tags.validate
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
B
D
E
F
G
H
O
S
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes