Class DefaultElementLocatorProvider

java.lang.Object
ro.sync.ecss.extensions.commons.DefaultElementLocatorProvider
All Implemented Interfaces:
Extension, ElementLocatorProvider
Direct Known Subclasses:
DITAElementLocatorProvider

@API(type=INTERNAL, src=PUBLIC) public class DefaultElementLocatorProvider extends Object implements ElementLocatorProvider
Default implementation for locating elements based on a given link. Depending on the link structure the following cases are covered:
- XInclude element scheme : element(/1/2)
see http://www.w3.org/TR/2003/REC-xptr-element-20030325/
- ID based links : the link represents the value of an attribute of type ID.