Class XalanXPathQueryExecuterFactory

    • Field Detail

      • PARAMETER_DOCUMENT_BUILDER_FACTORY

        public static final java.lang.String PARAMETER_DOCUMENT_BUILDER_FACTORY
        Built-in parameter holding the value of the javax.xml.parsers.DocumentBuilderFactor used to create documents of type org.w3c.dom.Document
        See Also:
        Constant Field Values
      • PARAMETER_XML_NAMESPACE_MAP

        public static final java.lang.String PARAMETER_XML_NAMESPACE_MAP
        Parameter that holds the java.util.Map<String,String> with XML namespace information in the <prefix, uri> format
        See Also:
        Constant Field Values
      • XML_NAMESPACE_PREFIX

        public static final java.lang.String XML_NAMESPACE_PREFIX
        Prefix for properties holding the namespace prefix and uri: e.g. net.sf.jasperreports.xml.namespace.{prefix} = uri

        This property has a lower priority than PARAMETER_XML_NAMESPACE_MAP, which if it is specified it will cause the prefixed properties not to be searched for.

        See Also:
        Constant Field Values
      • XML_DETECT_NAMESPACES

        public static final java.lang.String XML_DETECT_NAMESPACES
        Boolean parameter/property that specifies whether the XML document should be parsed for namespaces or not.

        This parameter is meaningful only when:

        It defaults to false
        See Also:
        Constant Field Values
    • Constructor Detail

      • XalanXPathQueryExecuterFactory

        public XalanXPathQueryExecuterFactory()