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() |
toString
public 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.Element
public java.lang.String getPrefixedString(NamespacePrefixResolver resolver)
getPrefixedString
in class Path.Element
resolver
- namespace prefix resolverpublic QName getQName()
public int position()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Path.Element getBaseNameElement(TenantService tenantService)
getBaseNameElement
in class Path.Element
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.