Interface FragmentDialectLanguage
- All Known Implementing Classes:
FragmentDialectLanguageQName,FragmentDialectLanguageXPath10
public interface FragmentDialectLanguage
Interface for FragmentDialect languages.
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceFragment(Representation representation, ExpressionType expression) Returns fragment of resource, which is described by expression.
-
Method Details
-
getResourceFragment
Returns fragment of resource, which is described by expression.- Parameters:
representation- Resource, from which is fragment computed.expression- Expression written in the language.- Returns:
- It can return org.w3c.dom.Node | org.w3c.dom.NodeList | String
-