This page was generated using Webiyo. See its source code and unit tests.
|
org/webiyo/xml/AttributeSource.javapackage org.webiyo.xml; import java.io.IOException; public interface AttributeSource { void sendAttributes(AttributeSink sink) throws IOException; } |