|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceResolver | |
|---|---|
| org.apache.jackrabbit.name | |
| org.apache.jackrabbit.util.name | |
| org.apache.jackrabbit.value | |
| Uses of NamespaceResolver in org.apache.jackrabbit.name |
|---|
| Classes in org.apache.jackrabbit.name that implement NamespaceResolver | |
|---|---|
class |
AbstractNamespaceResolver
Deprecated. Use the AbstractNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. |
class |
SessionNamespaceResolver
Deprecated. Use the SessionNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. |
| Methods in org.apache.jackrabbit.name with parameters of type NamespaceResolver | |
|---|---|
static Path |
Path.create(Path parent,
java.lang.String relJCRPath,
NamespaceResolver resolver,
boolean canonicalize)
Deprecated. Use PathFormat.parse(Path, String, NamespaceResolver) instead. |
static Path |
Path.create(java.lang.String jcrPath,
NamespaceResolver resolver,
boolean normalize)
Deprecated. Use PathFormat#parse(String, NamespaceResolver)} instead. |
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. |
static QName |
QName.fromJCRName(java.lang.String rawName,
NamespaceResolver resolver)
Deprecated. Use NameFormat.parse(String, NamespaceResolver) instead. |
static Path |
PathFormat.parse(Path parent,
java.lang.String jcrPath,
NamespaceResolver resolver)
Deprecated. Parses the give jcrPath and returns a Path. |
static QName[] |
NameFormat.parse(java.lang.String[] jcrNames,
NamespaceResolver resolver)
Deprecated. Converts each JCR-style name in the passed array to its corresponding QName and returns the resulting QName array. |
static QName |
NameFormat.parse(java.lang.String jcrName,
NamespaceResolver resolver)
Deprecated. Converts the jcrName to its corresponding QName. |
static Path |
PathFormat.parse(java.lang.String jcrPath,
NamespaceResolver resolver)
Deprecated. Parses jcrPath into a qualified path using
resolver to convert prefixes into namespace URI's. |
java.lang.String |
Path.PathElement.toJCRName(NamespaceResolver resolver)
Returns the JCR name representation of this path element. |
java.lang.String |
Path.RootElement.toJCRName(NamespaceResolver resolver)
Returns the JCR name representation of this path element. |
java.lang.String |
Path.CurrentElement.toJCRName(NamespaceResolver resolver)
Returns the JCR name representation of this path element. |
java.lang.String |
Path.ParentElement.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 |
Path.RootElement.toJCRName(NamespaceResolver resolver,
java.lang.StringBuffer buf)
Appends the JCR name representation of this path element to the given string buffer. |
void |
Path.CurrentElement.toJCRName(NamespaceResolver resolver,
java.lang.StringBuffer buf)
Appends the JCR name representation of this path element to the given string buffer. |
void |
Path.ParentElement.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. |
| Constructors in org.apache.jackrabbit.name with parameters of type NamespaceResolver | |
|---|---|
ParsingNameResolver(NamespaceResolver resolver)
Deprecated. Creates a parsing name resolver. |
|
| Uses of NamespaceResolver in org.apache.jackrabbit.util.name |
|---|
| Classes in org.apache.jackrabbit.util.name that implement NamespaceResolver | |
|---|---|
class |
NamespaceMapping
Deprecated. Use the NamespaceMapping class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. |
| Constructors in org.apache.jackrabbit.util.name with parameters of type NamespaceResolver | |
|---|---|
NamespaceMapping(NamespaceResolver base)
Deprecated. Constructor |
|
| Uses of NamespaceResolver in org.apache.jackrabbit.value |
|---|
| Methods in org.apache.jackrabbit.value with parameters of type NamespaceResolver | |
|---|---|
static NameValue |
NameValue.valueOf(QName name,
NamespaceResolver resolver)
Returns a new NameValue initialized to the value represented
by the specified QName formatted to a string using the
specified resolver. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||