Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.common: Javadoc index of package org.apache.xmlbeans.impl.common.


Package Samples:

org.apache.xmlbeans.impl.common

Classes:

ConcurrentReaderHashMap: A version of Hashtable that supports mostly-concurrent reading, but exclusive writing. Because reads are not limited to periods without writes, a concurrent reader policy is weaker than a classic reader/output policy, but is generally faster and allows more concurrency. This class is a good choice especially for tables that are mainly created by one thread during the start-up phase of a program, and from then on, are mainly read (with perhaps occasional additions or removals) in many threads. If you also need concurrency among writes, consider instead using ConcurrentHashMap. Successful retrievals ...
XMLChar: This class defines the basic XML character properties. The data in this class can be used to verify that a character is a valid XML character or if the character is a space, name start, or name character. A series of convenience methods are supplied to ease the burden of the developer. Because inlining the checks can improve per character performance, the tables of character properties are public. Using the character as an index into the CHARS array and applying the appropriate mask flag (e.g. MASK_VALID ), yields the same results as calling the convenience methods. There is one exception: check ...
GlobalLock: Whenever multiple locks must be acquired within the implementation of XML Beans, this GlobalLock is acquired first, and then released when all the acutally-needed locks have been acquired. This prevents deadlocks.
JarHelper: Provides utility services for jarring and unjarring files and directories. Note that a given instance of JarHelper is not threadsafe with respect to multiple jar operations.
IdentityConstraint: Identity constraint engine. Performs streaming validation of identity constraints. This includes key, keyref, & unique, as well as ID & IDRef.
ValidatorListener: First event must be a BEGIN with no name (to communicate any xsi information). BEGIN and END need to match.
XmlObjectList: A class to hold and compare a list of XmlObjects for use by keys keyrefs during validation.
GenericXmlInputStream: XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
InvalidLexicalValueException: Author: Cezar Andrei (cezar.andrei at bea.com) Date: Nov 24, 2003
ResolverUtil: Author: Cezar Andrei (cezar.andrei at bea.com) Date: Dec 3, 2003
XmlEventBase: Abstract base class which implements the type part XMLEvent.
XmlStreamUtils: debugging utilities for XmlStreamReader
XmlWhitespace
XmlEncodingSniffer

Home | Contact Us | Privacy Policy | Terms of Service