Class SequenceReceiver

    • Field Detail

      • previousAtomic

        protected boolean previousAtomic
      • systemId

        protected java.lang.String systemId
    • Constructor Detail

      • SequenceReceiver

        public SequenceReceiver()
    • Method Detail

      • setSystemId

        public void setSystemId​(java.lang.String systemId)
        Set the system ID
        Specified by:
        setSystemId in interface Receiver
        Specified by:
        setSystemId in interface javax.xml.transform.Result
        Parameters:
        systemId - the URI used to identify the tree being passed across this interface
      • getSystemId

        public java.lang.String getSystemId()
        Get the system ID
        Specified by:
        getSystemId in interface javax.xml.transform.Result
        Returns:
        the system ID that was supplied using the setSystemId() method
      • setUnparsedEntity

        public void setUnparsedEntity​(java.lang.String name,
                                      java.lang.String systemId,
                                      java.lang.String publicId)
                               throws XPathException
        Description copied from interface: Receiver
        Notify an unparsed entity URI.
        Specified by:
        setUnparsedEntity in interface Receiver
        Parameters:
        name - The name of the unparsed entity
        systemId - The system identifier of the unparsed entity
        publicId - The public identifier of the unparsed entity
        Throws:
        XPathException
      • append

        public void append​(Item item,
                           int locationId,
                           int copyNamespaces)
                    throws XPathException
        Output an item (atomic value or node) to the sequence
        Throws:
        XPathException
      • getNamePool

        public NamePool getNamePool()
        Get the name pool
        Returns:
        the Name Pool that was supplied using the setConfiguration() method