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

org.daisy.pipeline.cssinlining.Adaptable Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
package org.daisy.pipeline.cssinlining;

import net.sf.saxon.om.NodeInfo;

/**
 * Common interface for the W3C adapters
 */
public interface Adaptable {
	public void setUnderlyingNode(NodeInfo n);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy