public static class Path.AttributeElement extends Path.Element
| Constructor and Description |
|---|
Path.AttributeElement(QName attribute) |
Path.AttributeElement(QName attribute,
int position) |
Path.AttributeElement(java.lang.String attribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Path.Element |
getBaseNameElement(TenantService tenantService) |
java.lang.String |
getElementString() |
java.lang.String |
getPrefixedString(NamespacePrefixResolver resolver) |
QName |
getQName() |
int |
hashCode() |
int |
position() |
toStringpublic Path.AttributeElement(QName attribute)
ref - a reference to the specific parent-child associationpublic Path.AttributeElement(QName attribute, int position)
public Path.AttributeElement(java.lang.String attribute)
public java.lang.String getElementString()
getElementString in class Path.Elementpublic java.lang.String getPrefixedString(NamespacePrefixResolver resolver)
getPrefixedString in class Path.Elementresolver - namespace prefix resolverpublic QName getQName()
public int position()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Path.Element getBaseNameElement(TenantService tenantService)
getBaseNameElement in class Path.ElementCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.