Class AbstractXmlScheme

  • Direct Known Subclasses:
    XPathScheme

    public abstract class AbstractXmlScheme
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected net.sf.saxon.s9api.XdmNode fixup​(net.sf.saxon.s9api.XdmNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fq_xml_lang

        private static final net.sf.saxon.om.FingerprintedQName fq_xml_lang
      • fq_xml_base

        private static final net.sf.saxon.om.FingerprintedQName fq_xml_base
      • contextLanguage

        protected java.lang.String contextLanguage
      • contextBaseURI

        protected java.lang.String contextBaseURI
    • Constructor Detail

      • AbstractXmlScheme

        public AbstractXmlScheme()
    • Method Detail

      • fixup

        protected net.sf.saxon.s9api.XdmNode fixup​(net.sf.saxon.s9api.XdmNode node)