|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoPrefixDeclaredException | |
|---|---|
| org.apache.jackrabbit.name | |
| Uses of NoPrefixDeclaredException in org.apache.jackrabbit.name |
|---|
| Methods in org.apache.jackrabbit.name that throw NoPrefixDeclaredException | |
|---|---|
static java.lang.String |
PathFormat.format(Path path,
NamespaceResolver resolver)
Deprecated. Returns a string representation of the qualified path in the
JCR path format. |
static java.lang.String[] |
NameFormat.format(QName[] qNames,
NamespaceResolver resolver)
Deprecated. Same as NameFormat.format(QName, NamespaceResolver) except that this
method takes an array of QNames and returns an array of
corresponding string representations. |
static java.lang.String |
NameFormat.format(QName qName,
NamespaceResolver resolver)
Deprecated. Formats the given QName to produce a string representation,
i.e. |
static void |
NameFormat.format(QName qName,
NamespaceResolver resolver,
java.lang.StringBuffer buffer)
Deprecated. Same as NameFormat.format(QName, NamespaceResolver) except that this
method appends the JCR-style name to the given buffer rather
than returning it directly. |
java.lang.String |
AbstractNamespaceResolver.getJCRName(QName qName)
Deprecated. use NameFormat.format(QName, NamespaceResolver) instead. |
java.lang.String |
NamespaceResolver.getJCRName(QName qName)
Deprecated. use NameFormat.format(QName, NamespaceResolver) instead. |
java.lang.String |
Path.PathElement.toJCRName(NamespaceResolver resolver)
Returns the JCR name representation of this path element. |
java.lang.String |
QName.toJCRName(NamespaceResolver resolver)
Deprecated. Use NameFormat.format(QName, NamespaceResolver)
instead. |
void |
Path.PathElement.toJCRName(NamespaceResolver resolver,
java.lang.StringBuffer buf)
Appends the JCR name representation of this path element to the given string buffer. |
void |
QName.toJCRName(NamespaceResolver resolver,
java.lang.StringBuffer buf)
Deprecated. Use NameFormat.format(QName, NamespaceResolver, StringBuffer)
instead. |
java.lang.String |
Path.toJCRPath(NamespaceResolver resolver)
Deprecated. Use PathFormat.format(Path, NamespaceResolver) instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||