public class StandardURIChecker extends Object implements URIChecker, Serializable
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(CharSequence value)
Validate a string to determine whether it is a valid URI
|
static void |
main(String[] args) |
protected StandardURIChecker()
public static StandardURIChecker getInstance()
public boolean isValidURI(CharSequence value)
isValidURI in interface URICheckervalue - the string to be checkedpublic static void main(String[] args)
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.