Package org.alfresco.repo.content.selector
-
Interface Summary Interface Description ContentWorkerSelector<W extends ContentWorker> An interface instances that are able to identify content based on the content reader. -
Class Summary Class Description RootElementNameContentWorkerSelector<W extends ContentWorker> A selector that looks at the root node of an XML document to determine which worker to provide.XPathContentWorkerSelector<W extends ContentWorker> A selector that executes a set of XPath statements against the XML document to determine which content worker to provide.