|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.name.Path.PathElement
org.apache.jackrabbit.name.Path.RootElement
public static final class Path.RootElement
| Method Summary | |
|---|---|
boolean |
denotesCurrent()
Returns false. |
boolean |
denotesName()
Returns false. |
boolean |
denotesParent()
Returns false. |
boolean |
denotesRoot()
Returns true. |
String |
toJCRName(NamespaceResolver resolver)
Returns the JCR name representation of this path element. |
void |
toJCRName(NamespaceResolver resolver,
StringBuffer buf)
Appends the JCR name representation of this path element to the given string buffer. |
String |
toString()
Returns a string representation of this path element. |
| Methods inherited from class org.apache.jackrabbit.name.Path.PathElement |
|---|
create, create, equals, fromString, getIndex, getName, getNormalizedIndex, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean denotesName()
denotesName in class Path.PathElementPath.PathElement.denotesName()public boolean denotesRoot()
denotesRoot in class Path.PathElementPath.PathElement.denotesRoot()public boolean denotesParent()
denotesParent in class Path.PathElementPath.PathElement.denotesParent()public boolean denotesCurrent()
denotesCurrent in class Path.PathElementPath.PathElement.denotesCurrent()public String toJCRName(NamespaceResolver resolver)
""
toJCRName in class Path.PathElementresolver - namespace resolver
""
public void toJCRName(NamespaceResolver resolver,
StringBuffer buf)
toJCRName in class Path.PathElementresolver - namespace resolverbuf - string buffer where the JCR name representation
should be appended toPath.PathElement.toJCRName(NamespaceResolver)public String toString()
Path.PathElement{uri}name
syntax. Use the toJCRName
method to get the prefixed string representation of the path element.
toString in class Path.PathElementLITERALObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||