public class StandardURIChecker extends java.lang.Object implements URIChecker
ConversionRules
used when the value is checked.Modifier | Constructor and Description |
---|---|
protected |
StandardURIChecker()
Protected constructor to allow subclassing
|
Modifier and Type | Method and Description |
---|---|
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) |
protected StandardURIChecker()
public static StandardURIChecker getInstance()
public boolean isValidURI(java.lang.CharSequence value)
isValidURI
in interface URIChecker
value
- the string to be checkedpublic static void main(java.lang.String[] args)
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.