Class SAXTarget.SAXLocator

    • Constructor Detail

      • SAXLocator

        public SAXLocator​(String publicid,
                          String systemid)
        Creates a SAXLocator which implements JDOMLocator
        Parameters:
        publicid - This Locator's SystemID
        systemid - This Locator's PublicID
    • Method Detail

      • getNode

        public Object getNode()
        Description copied from interface: JDOMLocator
        Returns the JDOM node being processed by SAXOutputter.
        Specified by:
        getNode in interface JDOMLocator
        Returns:
        the JDOM node being processed by SAXOutputter.
      • setNode

        public void setNode​(Object node)
        Set the location on this SAXLocator
        Parameters:
        node - The location to set.