|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.lib.StandardURIChecker
public class StandardURIChecker
This class checks whether a string is a valid URI. Different checking rules can be chosen by including
a different URIChecker in the ConversionRules
used when the value is checked.
Constructor Summary | |
---|---|
protected |
StandardURIChecker()
Protected constructor to allow subclassing |
Method Summary | |
---|---|
static StandardURIChecker |
getInstance()
|
boolean |
isValidURI(java.lang.CharSequence value)
Validate a string to determine whether it is a valid URI |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StandardURIChecker()
Method Detail |
---|
public static StandardURIChecker getInstance()
public boolean isValidURI(java.lang.CharSequence value)
isValidURI
in interface URIChecker
value
- the string to be checked
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |