|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ValidationError
instance.
validate()
down to the contained child-widgets,
and validates the extra rules on this containment level regardless of
children widget's validities.
true
(an action has no validation)
true
(an action has no validation)
ValidatingTransformer
provides a very simple Transformer
validating documents while being processed in a Cocoon pipeline.ValidatingTransformer
instance.
Widget
s that
can hold a validation error.ValidationHandler
represents a ContentHandler
validating
SAX events according to a validation schema.ValidationReportTransformer
provides a Transformer
validating documents while being processed in a Cocoon pipeline, and preparing
a report of all detected inconsistancies according the specified schema.ValidationReportTransformer
instance.
InputSource
resolver that can be used while parsing
schemas.ValidationResolver
instance.
ValidationRule
into a
WidgetValidator
.Validator
interface provides the abstraction of a component able
to validate XML documents using schemas defined in different languages.Validator
was not able to detect
or did not support a specified schema grammar language.ValidatorException
instance.
ValidatorException
instance.
SourceValidity
instance associated with this request.
SourceValidity
instance associated with this request.
ValueCountValidationRule
s.ValueCountValidationRuleBuilder
Binding
that loads and saves the information behind a specific xpath expresion
(pointing to an attribute or text-node) to and from a specific CForms
widget as identified by its id.JXPathBindingManager
that helps construct the
actual ValueJXPathBinding
out of the configuration in the
provided configElement which looks like:TreePath
represented by a given String.
String
: outputs characters
representing the value.
XMLizable
: outputs the value by
calling v.toSax(contentHandler)
.
org.w3c.dom.Node
: converts the Node to
a SAX event stream.
java.util.Collection
: outputs the
value by calling DOMUtil.valueOf(Node, Object)
on each element of the
collection.
java.util.Map
: For each entry an
element is created with the childs key and value Outputs the value and
the key by calling DOMUtil.valueOf(Node, Object)
on each value and key
of the Map.
Object
depending on its class :
if it's an array, call DOMUtil.valueOf(Node, Object)
on all its
elements,
if it's class has a specific DOMUtil.valueOf(Node, Object)
implementation, use it,
else, output it's string representation.
String
:
outputs characters representing the value.
XMLizable
:
outputs the value by calling v.toSax(contentHandler)
.
org.w3c.dom.Node
:
converts the Node to a SAX event stream.
java.util.Collection
:
outputs the value by calling xspExpr()
on each element of the
collection.
Object
depending on its class :
if it's an array, call xspExpr()
on all its elements,
if it's class has a specific xspExpr()
implementation, use it,
else, output it's string representation.
Configuration
factory that allows {variables} to be
replaced with values from a lookup table.VariableResolver
for an expression.Generator
that produces dynamic XML SAX events
from a Velocity template file.ResourceLoader
implementation to load template resources using Cocoon's
SourceResolver
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |