Webiyo

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

org/webiyo/xml/AttributeSource.java

package org.webiyo.xml;

import java.io.IOException;

public interface AttributeSource {

    void sendAttributes(AttributeSink sink) throws IOException;

}
SourceForge