Class XMLRecord


  • public class XMLRecord
    extends Record
    This class is a specific implementation of a record for XML. Every record corresponds with an XML element in a data source.
    • Constructor Detail

      • XMLRecord

        public XMLRecord​(Node node)
    • Method Detail

      • get

        public List<Object> get​(String value)
        This method returns the objects for a reference (XPath) in the record.
        Specified by:
        get in class Record
        Parameters:
        value - the reference for which objects need to be returned.
        Returns:
        a list of objects for the reference.