Uses of Class
com.funnelback.plugin.index.model.indexingconfig.InnerDocumentPath
-
Packages that use InnerDocumentPath Package Description com.funnelback.plugin.index.model.indexingconfig -
-
Uses of InnerDocumentPath in com.funnelback.plugin.index.model.indexingconfig
Fields in com.funnelback.plugin.index.model.indexingconfig with type parameters of type InnerDocumentPath Modifier and Type Field Description private List<InnerDocumentPath>
XmlIndexingConfig. innerDocumentPaths
Maps an element withing an XML document which contains a (XML escaped) document that may itself be HTML/XML/text.Methods in com.funnelback.plugin.index.model.indexingconfig that return types with arguments of type InnerDocumentPath Modifier and Type Method Description List<InnerDocumentPath>
XmlIndexingConfig. getInnerDocumentPaths()
Maps an element withing an XML document which contains a (XML escaped) document that may itself be HTML/XML/text.
-