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