public abstract class UserCatalog extends Object
Lookup by providers.
It is user's level equivalent of system's entity resolution support
EntityCatalog in OpenIDE API. Do not mix these,
always use UserCatalog while working with user's files.
User may, depending on provider implementation, use system catalog as
user's one if needed.
| Constructor and Description |
|---|
UserCatalog() |
| Modifier and Type | Method and Description |
|---|---|
static UserCatalog |
getDefault()
Utility method looking up for an instance in default Lookup.
|
EntityResolver |
getEntityResolver()
User's SAX
EntityResolver. |
Iterator |
getPublicIDs()
Read-only "sampled" iterator over all registered entity public IDs.
|
URIResolver |
getURIResolver()
User's JAXP/TrAX
URIResolver. |
public static UserCatalog getDefault()
null.public URIResolver getURIResolver()
URIResolver.null if not supported.public EntityResolver getEntityResolver()
EntityResolver.null if not supported.public Iterator getPublicIDs()
null if not supported.Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.