Package | Description |
---|---|
org.castor.xml | |
org.exolab.castor.util |
Utility classes used by Castor.
|
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
RegExpEvaluator |
AbstractInternalContext.getRegExpEvaluator()
Returns a new instance of the specified Regular Expression
Evaluator, or null if no validator was specified.
|
RegExpEvaluator |
InternalContext.getRegExpEvaluator()
Returns a new instance of the specified Regular Expression
Evaluator, or null if no validator was specified.
|
Modifier and Type | Class and Description |
---|---|
class |
JakartaOroEvaluator
An implementation of the RegExpEvaluator that uses the
Jakarta ORO Regular Expression library.
|
class |
JakartaRegExpEvaluator
An implementation of
RegExpEvaluator that uses the Jakarta Regular
Expression library. |
class |
SunRegExpEvaluator
An implementation of
RegExpEvaluator that uses the Java Regular
Expression library. |
class |
XercesRegExpEvaluator
An implementation of the XercesRegExpEvaluator that uses the
Regular Expression library in Xerces.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysTrueRegExpEvaluator
A simple implementation of a regular expression validator which always
returns true.
|
Copyright © 2019. All rights reserved.