nameSpaceCtx, (XPathExpression)AtomXPath.author.getPath()));
}
@Override
public Person getContributor(){
return new Person(getService(), new XmlDataHandler((Node)getDataHandler().getData(),
nameSpaceCtx, (XPathExpression)AtomXPath.contributor.getPath()));
}