Package org.apache.jackrabbit.core.util

Interface Summary
Dumpable Utility interface for internal use.
 

Class Summary
DOMBuilder Document builder class.
DOMWalker Document walker class.
ISO9075 Implements the encode and decode routines as specified for XML name to SQL identifier conversion in ISO 9075-14:2003.
If a character c is not valid at a certain position in an XML 1.0 NCName it is encoded in the form: '_x' + hexValueOf(c) + '_'

Note that only the local part of a QName is encoded / decoded.

ReferenceChangeTracker Simple helper class that can be used to keep track of uuid mappings (e.g.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.