Package org.nees.metadata.util

Metadata utilities, including ID checking and serialization.

See:
          Description

Class Summary
Base64IdFactory Generates ID's whose local parts are base64-encoded.
EncodedIdFactory Generates ID's whose local parts are encoded.
HashIdFactory Generates ID's whose local parts are hashes of strings.
HexIdFactory Generates ID's whose local parts are hex-encoded.
IdChecker Used to check ID's against a subset of the XML Nmtoken production.
IdFactory Generates Identifiers.
IdSerializer Converts an Identifier into a String suitable for storing in a string field in some storage format (e.g., RDBMS table)
TestHashIdFactory  
TestIdChecker  
TestIdSerializer  
X509IdFactory Use this to encode and decode X509 Distinguished Names as Identifiers.
 

Exception Summary
EncodingException Thrown if there is an error encoding/decoding an id.
OneWayEncodingException Thrown when an application tries to decode a String that was encoded using a one-way function.
 

Package org.nees.metadata.util Description

Metadata utilities, including ID checking and serialization.