Class XmlStringLookup

All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>, StringLookup

final class XmlStringLookup extends AbstractPathFencedLookup
Looks up values in an XML document in the format "DocumentPath:XPath".

For example:

  • "com/domain/document.xml:/path/to/node"

Secure processing is enabled by default and can be overridden with StringLookupFactory.xmlStringLookup(Map, Path...).

Since:
1.5