|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IllegalNameException | |
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.nodetype.xml | |
| org.apache.jackrabbit.core.query.lucene | |
| org.apache.jackrabbit.name | |
| Uses of IllegalNameException in org.apache.jackrabbit.core |
| Methods in org.apache.jackrabbit.core that throw IllegalNameException | |
QName |
NamespaceRegistryImpl.getQName(String name)
|
| Uses of IllegalNameException in org.apache.jackrabbit.core.nodetype.xml |
| Methods in org.apache.jackrabbit.core.nodetype.xml that throw IllegalNameException | |
NodeTypeDef[] |
NodeTypeReader.getNodeTypeDefs()
Returns all node type definitions specified by node type elements under the current element. |
| Uses of IllegalNameException in org.apache.jackrabbit.core.query.lucene |
| Methods in org.apache.jackrabbit.core.query.lucene that throw IllegalNameException | |
String |
NamespaceMappings.translatePropertyName(String name,
NamespaceResolver resolver)
Translates a property name from a session local namespace mapping into a search index private namespace mapping. |
| Uses of IllegalNameException in org.apache.jackrabbit.name |
| Methods in org.apache.jackrabbit.name that throw IllegalNameException | |
QName |
NamespaceResolver.getQName(String name)
Parses the given prefixed JCR name into a qualified name. |
QName |
AbstractNamespaceResolver.getQName(String name)
|
static QName |
QName.fromJCRName(String rawName,
NamespaceResolver resolver)
Parses the given prefixed JCR name into a qualified name using the given namespace resolver. |
static void |
QName.checkFormat(String jcrName)
Checks if jcrName is a valid JCR-style name. |
static String[] |
QName.parse(String jcrName)
Parses the jcrName and returns an array of two strings:
the first array element contains the prefix (or empty string),
the second the local name. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||