A B C D E F G H I L M N O P Q R S T U V W

A

ABSOLUTE - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
Allow absolute relative references (e.g.
ACE_PREFIX - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
AUTHORITY - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the authority component.
allowUnwiseCharacters() - Method in class com.hp.hpl.jena.iri.IRIFactory
Allows the unwise characters as optionally permitted by RFC 3987 (IRI).

B

BAD_BIDI_SUBCOMPONENT - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
There are restrictions on bidi characters in subcomponents of IRIs
BAD_DOT_IN_IDN - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for BAD_DOT_IN_IDN
BAD_IDN - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The Internationalized Domain Name check failed (a third party library is used).
BAD_IDN_UNASSIGNED_CHARS - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Characters used in the IRI were unassigned in the version of Unicode known by this system.
BIDI_FORMATTING_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A prohibited bi-directional control character was found.

C

CHILD - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
allow child relative references (e.g.
COMPATIBILITY_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
CONTROL_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Control characters are not allowed in URIs or RDF URI References.
codeName() - Method in class com.hp.hpl.jena.iri.Violation
A string version of the code number, corresponding to the name of the java identifier.
com.hp.hpl.jena.iri - package com.hp.hpl.jena.iri
An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards.
construct(String, String, String, int, String, String, String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Create an IRI from the given components.
construct(String, String, String, String, String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Create an IRI from the given components.
construct(IRI) - Method in interface com.hp.hpl.jena.iri.IRIFactoryI
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.
construct(String) - Method in interface com.hp.hpl.jena.iri.IRIFactoryI
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.
create(String, String, String, int, String, String, String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Create an IRI from the given components.
create(String, String, String, String, String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Create an IRI from the given components.
create(IRI) - Method in interface com.hp.hpl.jena.iri.IRIFactoryI
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.
create(String) - Method in interface com.hp.hpl.jena.iri.IRIFactoryI
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.

D

DEFAULT_PORT_SHOULD_BE_OMITTED - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
If the port is the default one for the scheme it should be omitted.
DEPRECATED_UNICODE_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
DISCOURAGED_IRI_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Certain characters are discouraged in IRIs.
DISCOURAGED_XML_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The character is discouraged in XML documents.
DNS_LABEL_DASH_START_OR_END - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A DNS name had a - at the beginning or end.
DNS_LABEL_LENGTH_LIMIT - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for DNS_LABEL_LENGTH_LIMIT
DNS_LENGTH_LIMIT - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for DNS_LENGTH_LIMIT
DOUBLE_DASH_IN_REG_NAME - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
DOUBLE_WHITESPACE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Either two or more consecutive whitespace characters, or leading or trailing whitespace.
dnsViolation(boolean, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will treat violations of statements from the specifications flagged as DNS issues, including Internationalized Domain Name issues, it is enforcing as errors, or warnings, or not at all.

E

EMPTY_SCHEME - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The scheme component is empty.

F

FRAGMENT - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the fragment component.

G

GENERIC_NO_PORT - Static variable in class com.hp.hpl.jena.iri.IRIFactory
A scheme does not used a port, but does use the generic syntax.
GENERIC_UNKNOWN_PORT - Static variable in class com.hp.hpl.jena.iri.IRIFactory
The scheme use the generic syntax.
GRANDPARENT - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
allow grandparent relative references (e.g.
getASCIIHost() - Method in interface com.hp.hpl.jena.iri.IRI
The host part of the authority, encoded as an International Domain Name.
getAuthority() - Method in interface com.hp.hpl.jena.iri.IRI
The authority component, found between the first "//" and the next "/".
getComponent() - Method in class com.hp.hpl.jena.iri.Violation
A value from IRIComponents indicating which component of the IRI is involved with this error.
getFragment() - Method in interface com.hp.hpl.jena.iri.IRI
The fragment, found after a "#" at the end of the main URI (note a fragment may itself contain a "#").
getHost() - Method in interface com.hp.hpl.jena.iri.IRI
The host part of the authority.
getIRI() - Method in class com.hp.hpl.jena.iri.Violation
The IRI that triggered this condition.
getLongMessage() - Method in class com.hp.hpl.jena.iri.Violation
A long description of the error condition, typically including the
getPath() - Method in interface com.hp.hpl.jena.iri.IRI
The path component of the IRI; always present, possibly the empty string.
getPort() - Method in interface com.hp.hpl.jena.iri.IRI
The port number from the authority component.
getQuery() - Method in interface com.hp.hpl.jena.iri.IRI
The query component of the IRI.
getRawAuthority() - Method in interface com.hp.hpl.jena.iri.IRI
The authority component, found between the first "//" and the next "/".
getRawFragment() - Method in interface com.hp.hpl.jena.iri.IRI
The fragment, found after a "#" at the end of the main URI (note a fragment may itself contain a "#").
getRawHost() - Method in interface com.hp.hpl.jena.iri.IRI
The host part of the authority.
getRawPath() - Method in interface com.hp.hpl.jena.iri.IRI
The path component of the IRI; always present, possibly the empty string.
getRawQuery() - Method in interface com.hp.hpl.jena.iri.IRI
The query component of the IRI.
getRawUserinfo() - Method in interface com.hp.hpl.jena.iri.IRI
The user information part of the authority component of the IRI.
getScheme() - Method in interface com.hp.hpl.jena.iri.IRI
The scheme component of the IRI.
getShortMessage() - Method in class com.hp.hpl.jena.iri.Violation
A short description of the error condition.
getSpecificationURL() - Method in class com.hp.hpl.jena.iri.Violation
The URL of the section of the specification which has been violated.
getUserinfo() - Method in interface com.hp.hpl.jena.iri.IRI
The user information part of the authority component of the IRI.
getViolation() - Method in class com.hp.hpl.jena.iri.IRIException
Access details of the error in the IRI being processed.
getViolationCode() - Method in class com.hp.hpl.jena.iri.Violation
The value from ViolationCodes corresponding to this condition.

H

HAS_PASSWORD - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Including passwords in URIs is deprecated.
HOST - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the host part of the authority component.
hasViolation(boolean) - Method in interface com.hp.hpl.jena.iri.IRI
Are there any violations of the factory's specification settings.

I

ILLEGAL_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The character violates the grammar rules for URIs/IRIs.
ILLEGAL_PERCENT_ENCODING - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The host component a percent occurred without two following hexadecimal digits.
ILLFORMED_PORT - Static variable in interface com.hp.hpl.jena.iri.IRI
Return code from IRI.getPort(), indicating that a port component was found, but it is not a positive integer.
IP_V4_HAS_FOUR_COMPONENTS - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A host entry is entirely numeric but does not have four components like an IP version 4 address.
IP_V4_OCTET_RANGE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A host entry consists of four numbers, but they are not in the range 0-255, or have leading zeros.
IP_V6_OR_FUTURE_ADDRESS_SYNTAX - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A syntax violation was detected in an IP V6 (or future) address.
IPv6ADDRESS_SHOULD_BE_LOWERCASE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
IP version 6 addresses should use lowercase hexadecimal
IRI - interface com.hp.hpl.jena.iri.IRI.
An IRI.
IRIComponents - interface com.hp.hpl.jena.iri.IRIComponents.
This interface provides constants used as the return value of Violation.getComponent().
IRIException - exception com.hp.hpl.jena.iri.IRIException.
A violation detected in an IRI has resulted was classified as an error.
IRIFactory - class com.hp.hpl.jena.iri.IRIFactory.
An IRIFactory is the entry point to this module.
IRIFactory() - Constructor for class com.hp.hpl.jena.iri.IRIFactory
Create a new IRIFactory without any conformance settings.
IRIFactory(IRIFactory) - Constructor for class com.hp.hpl.jena.iri.IRIFactory
Create a new IRIFactory with the same conformance settings as the template factory.
IRIFactoryI - interface com.hp.hpl.jena.iri.IRIFactoryI.
This interface is used for making new IRI objects.
IRIRelativize - interface com.hp.hpl.jena.iri.IRIRelativize.
Constants for use with IRI.relativize(IRI, int) and IRI.relativize(String, int).
ignoring(int) - Method in class com.hp.hpl.jena.iri.IRIFactory
Is condition #code being ignored.
iriImplementation() - Static method in class com.hp.hpl.jena.iri.IRIFactory
This factory implements RFC 3987 Internationalized Resource Identifiers (IRIs) .
isAbsolute() - Method in interface com.hp.hpl.jena.iri.IRI
Does this IRI specify a scheme.
isError(int) - Method in class com.hp.hpl.jena.iri.IRIFactory
Is condition #code being treated as an error.
isError() - Method in class com.hp.hpl.jena.iri.Violation
Using the settings of the factory associated with the IRI associated with this violation, is this condition intended as an error (or as a warning)?
isRelative() - Method in interface com.hp.hpl.jena.iri.IRI
Is this IRI a relative reference without a scheme specified.
isRootless() - Method in interface com.hp.hpl.jena.iri.IRI
Is this an 'opaque' IRI.
isWarning(int) - Method in class com.hp.hpl.jena.iri.IRIFactory
Is condition #code being treated as a warning.

L

LONE_SURROGATE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A unicode surrogate character that is not of a surrogate pair.
LOWERCASE_PREFERRED - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
lowercase is preferred in this component
ladderEquals(IRI, int) - Method in interface com.hp.hpl.jena.iri.IRI
To be defined: use the comparison ladder.
ladderEquals(IRI) - Method in interface com.hp.hpl.jena.iri.IRI
To be defined: use the comparison ladder.

M

MAYBE_NOT_NFC - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
MAYBE_NOT_NFKC - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
MalformedIDNException - exception com.hp.hpl.jena.iri.MalformedIDNException.
The underlying IDN library detected an error in the Internationalized Domain Name in an IRI.
MalformedIDNException(StringPrepParseException) - Constructor for class com.hp.hpl.jena.iri.MalformedIDNException
Constructor not part of API.
mintingViolation(boolean, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will treat violations of statements from the specifications concerning creating new IRIs it is enforcing as errors, or warnings, or not at all.

N

NETWORK - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
Allow network relative references (e.g.
NON_INITIAL_DOT_SEGMENT - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The path contains a segment /../ not at the beginning of a relative reference, or it contains a /./ These should be removed.
NON_URI_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
NON_XML_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The character is not legal in XML.
NOT_DNS_NAME - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The host component did not meet the restrictions on DNS names.
NOT_NFC - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The IRI is not in Unicode Normal Form C.
NOT_NFKC - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The IRI is not in Unicode Normal Form KC.
NOT_UTF8_ESCAPE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for NOT_UTF8_ESCAPE
NOT_UTF8_ESCAPE_IN_HOST - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for NOT_UTF8_ESCAPE_IN_HOST
NOT_XML_SCHEMA_WHITESPACE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Whitespace characters match no grammar rules of URIs/IRIs.
NO_PORT - Static variable in interface com.hp.hpl.jena.iri.IRI
Return code from IRI.getPort(), indicating no port component found.
normalize(boolean) - Method in interface com.hp.hpl.jena.iri.IRI
To be defined - return result does not violate any minting conditions.

O

OPAQUE - Static variable in class com.hp.hpl.jena.iri.IRIFactory
The scheme does not use the generic syntax.

P

PARENT - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
allow parent relative references (e.g.
PATH - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the path component.
PATHQUERY - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the PATH and QUERY components combined, for schemes in which ? is not special (e.g.
PERCENT - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
PERCENT_20 - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
PERCENT_ENCODING_SHOULD_BE_UPPERCASE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Percent-escape sequences should use uppercase.
PORT - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the port part of the authority component.
PORT_SHOULD_NOT_BE_EMPTY - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The colon introducing an empty port component should be omitted entirely, or a port number should be specified.
PORT_SHOULD_NOT_BE_WELL_KNOWN - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Ports under 1024 should be accessed using the appropriate scheme name.
PORT_SHOULD_NOT_START_IN_ZERO - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Leading zeros in the port number should be omitted.
PRIVATE_USE_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO

Q

QUERY - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the query component.

R

RELATIVE_URI - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The IRI is relative not absolute.
registerScheme(String, int) - Method in class com.hp.hpl.jena.iri.IRIFactory
Adds a scheme to the list of known schemes.
relativize(IRI, int) - Method in interface com.hp.hpl.jena.iri.IRI
Returns an IRI that when resolved against this IRI would return abs.
relativize(IRI) - Method in interface com.hp.hpl.jena.iri.IRI
Returns an IRI that when resolved against this IRI would return abs.
relativize(String) - Method in interface com.hp.hpl.jena.iri.IRI
Returns an IRI that when resolved against this IRI would return abs.
relativize(String, int) - Method in interface com.hp.hpl.jena.iri.IRI
Returns an IRI that when resolved against this IRI would return abs.

S

SAMEDOCUMENT - Static variable in interface com.hp.hpl.jena.iri.IRIRelativize
Allow same document references (e.g.
SCHEME - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the scheme component.
SCHEME_INCLUDES_DASH - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Internal code.
SCHEME_MUST_START_WITH_LETTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The scheme component must start with a letter.
SUPERFLUOUS_ASCII_PERCENT_ENCODING - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Percent-escape sequences should not be used unnecessarily.
SUPERFLUOUS_NON_ASCII_PERCENT_ENCODING - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
Percent-escape sequences should not be used unnecessarily.
schemeViolation(boolean, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will treat violations of statements from the implemented scheme specifications it is enforcing as errors, or warnings, or not at all.
securityViolation(boolean, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will treat violations of statements from the specifications flagged as security issues, including weak heuristical suggestions, it is enforcing as errors, or warnings, or not at all.
semanticWebImplementation() - Static method in class com.hp.hpl.jena.iri.IRIFactory
This factory is a conservative implementation appropriate for Semantic Web applications.
setEncoding(String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Sets the character encoding to use for decoding and encoding to percent escape sequences.
setIsError(int, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
Set condition #code to be treated as an error; or clear it as an error condition.
setIsWarning(int, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
Set condition #code to be treated as a warning; or clear it as a warning condition.
setQueryCharacterRestrictions(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The character constraints on the query component of an IRI are weaker than on other components.
setSameSchemeRelativeReferences() - Method in class com.hp.hpl.jena.iri.IRIFactory
Allows http:relative-path as a relative reference against a base URI from the http scheme, etc.
shouldViolation(boolean, boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will treat violations of "SHOULD" force statements from the specifications it is enforcing as errors, or warnings, or not at all.

T

toASCIIString() - Method in interface com.hp.hpl.jena.iri.IRI
Converts the IRI into ASCII.
toDisplayString() - Method in interface com.hp.hpl.jena.iri.IRI
The IRI string with any recommended bi-directional control characters (if necessary) to ensure correct display.
toString() - Method in interface com.hp.hpl.jena.iri.IRI
The logical IRI string as originally specified, use IRI.toDisplayString() for display purposes such as error messages.
toURL() - Method in interface com.hp.hpl.jena.iri.IRI
Converts the IRI to an ASCII string, and then to a URL.

U

UNASSIGNED_UNICODE_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
UNDEFINED_UNICODE_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
UNICODE_CONTROL_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
UNICODE_WHITESPACE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
TODO
UNKNOWN_SYNTAX - Static variable in class com.hp.hpl.jena.iri.IRIFactory
No restrictions are placed on the scheme.
UNREGISTERED_IANA_SCHEME - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The scheme name does not have a "-" in it, but is not in the IANA registry.
UNREGISTERED_NONIETF_SCHEME_TREE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The scheme name has a "-" in it, but it does not start in "x-" and the prefix is not known as the prefix of an alternative tree for URI schemes.
UNWISE_CHARACTER - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The character matches no grammar rules of URIs/IRIs.
USER - Static variable in interface com.hp.hpl.jena.iri.IRIComponents
Indicates the user information part of the authority component, including the password if any.
USES_GENERIC_SYNTAX - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for USES_GENERIC_SYNTAX
USES_OPAQUE_SYNTAX - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
// TODO complete entry for USES_OPAQUE_SYNTAX
USE_PUNYCODE_NOT_PERCENTS - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
The host component used percent encoding, where punycode is preferred.
uriImplementation() - Static method in class com.hp.hpl.jena.iri.IRIFactory
This factory implements RFC 3986 Uniform Resource Identifier (URI): Generic Syntax .
useSchemeSpecificRules(String) - Method in class com.hp.hpl.jena.iri.IRIFactory
Use the rules for a given scheme, or use all known scheme specific rules.
useSpecificationIRI(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of RFC 3987, IRI.
useSpecificationRDF(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of RDF URI Reference.
useSpecificationURI(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of RFC 3986, URI.
useSpecificationXLink(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of XLink locator: href value.
useSpecificationXMLSchema(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of XML Schema anyURI.
useSpecificationXMLSystemID(boolean) - Method in class com.hp.hpl.jena.iri.IRIFactory
The factory will check for violations of XML constraints on system ID.

V

Violation - class com.hp.hpl.jena.iri.Violation.
Information concerning a violation of some specification concerning IRIs.
Violation() - Constructor for class com.hp.hpl.jena.iri.Violation
 
ViolationCodes - interface com.hp.hpl.jena.iri.ViolationCodes.
Detailed description of problems detected.
ViolationCodes.Initialize - class com.hp.hpl.jena.iri.ViolationCodes.Initialize.
This class is not part of the API.
ViolationCodes.Initialize() - Constructor for class com.hp.hpl.jena.iri.ViolationCodes.Initialize
 
violations(boolean) - Method in interface com.hp.hpl.jena.iri.IRI
The error and warning conditions associated with this IRI violating the standards associated with its factory.

W

WHITESPACE - Static variable in interface com.hp.hpl.jena.iri.ViolationCodes
A single whitespace character.

A B C D E F G H I L M N O P Q R S T U V W