| Class | Description |
|---|---|
| DataValue |
NOTE: this class is for internal use only.
|
| DataValue.Base64 | |
| DataValue.EncodingMap | |
| DataValue.HexBin | |
| DataValue.TypeValidator | |
| DataValue.URI |
A class to represent a Uniform Resource Identifier (URI).
|
| DataValue.XMLChar |
This class defines the basic XML character properties.
|
| QName |
An internal extension of Java's QName that allows the prefix to be updated.
|
| RegEx |
NOTE: this class is for internal use only.
|
| RegEx.RegularExpression |
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
|
| XMLCalendar |
An internal extension of Java's XMLGregorianCalendar to represent
W3C XML Schema 1.0
dateTime, time, date, gYearMonth, gYear, gMonthDay, gDay, gMonth data types.
|
| XMLDuration |
An internal extension of Java's Duration to represent
the W3C XML Schema 1.0
duration data type.
|
| Exception | Description |
|---|---|
| DataValue.URI.MalformedURIException |
MalformedURIExceptions are thrown in the process of building a URI
or setting fields on a URI when an operation would result in an
invalid URI specification.
|
| RegEx.ParseException |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature