Webiyo

This page was generated using Webiyo. See its source code and unit tests.

org/webiyo/xml/AttributeSink.java

package org.webiyo.xml;

import java.io.IOException;

public interface AttributeSink {

    public void putAttribute(String name, String value) throws IOException;
}
SourceForge