Class FragmentDialectLanguageQName

    • Constructor Detail

      • FragmentDialectLanguageQName

        public FragmentDialectLanguageQName()
    • Method Detail

      • getQNamePatternString

        public static String getQNamePatternString()
        Returns regex string, which describes QName format.
        Returns:
      • getResourceFragment

        public Object getResourceFragment​(org.apache.cxf.ws.transfer.Representation representation,
                                          org.apache.cxf.ws.transfer.dialect.fragment.ExpressionType expression)
        Description copied from interface: FragmentDialectLanguage
        Returns fragment of resource, which is described by expression.
        Specified by:
        getResourceFragment in interface FragmentDialectLanguage
        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