All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.univocity.api.entity.html.HtmlRecord Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
/*
 * Copyright (c) 2013 Univocity Software Pty Ltd. All rights reserved.
 * This file is subject to the terms and conditions defined in file
 * 'LICENSE.txt', which is part of this source code package.
 */

package com.univocity.api.entity.html;

import com.univocity.parsers.common.*;

/**
 * A {@link HtmlRecord} is a record that can be linked with one more more {@link HtmlRecord}s.
 *
 * @author Univocity Software Pty Ltd - [email protected]
 * @see ResultRecordMetaData
 */
public interface HtmlRecord extends ResultRecord {

	@Override
	HtmlParserResult getLinkedFieldData();

	@Override
	Results getLinkedEntityData();

	@Override
	HtmlRecord getParentRecord();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy