Class XInclude.TreeWalker

  • Enclosing class:
    XInclude

    private class XInclude.TreeWalker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TreeWalker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(net.sf.saxon.s9api.QName name, XInclude.ElementHandler handler)  
      void setXmlBase​(java.net.URI base)  
      private void traverse​(net.sf.saxon.event.Receiver receiver, net.sf.saxon.s9api.XdmNode node)  
      net.sf.saxon.s9api.XdmNode walk​(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

      • overrideBaseURI

        private java.net.URI overrideBaseURI
      • root

        private boolean root
    • Constructor Detail

      • TreeWalker

        private TreeWalker()
    • Method Detail

      • setXmlBase

        public void setXmlBase​(java.net.URI base)
      • walk

        public net.sf.saxon.s9api.XdmNode walk​(net.sf.saxon.s9api.XdmNode node)
                                        throws net.sf.saxon.trans.XPathException
        Throws:
        net.sf.saxon.trans.XPathException
      • traverse

        private void traverse​(net.sf.saxon.event.Receiver receiver,
                              net.sf.saxon.s9api.XdmNode node)
                       throws net.sf.saxon.trans.XPathException
        Throws:
        net.sf.saxon.trans.XPathException