Class FileNode

    • Constructor Detail

      • FileNode

        public FileNode​(StartFileData data)
        Creates a new FileNode object with a given StartFileData resource.
        Parameters:
        data - the resource to attach to this node.
    • Method Detail

      • setMidData

        public void setMidData​(MidFileData data)
        Sets the MidFileData resource for this file node.
        Parameters:
        data - the MidFileData object for this file node.
      • setSkeletonData

        public void setSkeletonData​(Skeleton data)
        Sets the Skeleton resource for this file node.
        Parameters:
        data - the Skeleton object for this file node.
      • getSkeletonData

        public Skeleton getSkeletonData()
        Gets the Skeleton for this file node.
        Returns:
        the Skeleton for this file node.
      • createEventIterator

        public Iterator<Event> createEventIterator​(Stack<URIContext> uriContext)
        Create an iterator for the event for this file node.
        Parameters:
        uriContext - the URI context.
        Returns:
        a new iterator for the events in this file node.