Class LocalPathItem

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalPathItem()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract org.w3c.dom.Node toXmlNode​(org.w3c.dom.Document document)
      Creates an xml node that describes this direct path item.
      • Methods inherited from class java.lang.Object

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

      • LocalPathItem

        public LocalPathItem()
    • Method Detail

      • toXmlNode

        protected abstract org.w3c.dom.Node toXmlNode​(org.w3c.dom.Document document)
        Creates an xml node that describes this direct path item.
        Parameters:
        document - xml document, to which this xml node will be added.
        Returns:
        an xml node describing direct path item.