|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.xml.services.UserCatalog
public abstract class UserCatalog
Factory of user's catalog service instaces. A client cannot instantiate and
use it directly. It can indirectly use instances are registeretered in a
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 Summary | |
---|---|
UserCatalog()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserCatalog()
Method Detail |
---|
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.
|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |