Example usage for org.xml.sax Attributes interface-usage

List of usage examples for org.xml.sax Attributes interface-usage

Introduction

In this page you can find the example usage for org.xml.sax Attributes interface-usage.

Usage

From source file AttributesImpl.java

/**
 * An Attributes implementation that can perform more operations than the
 * attribute list helper supplied with the standard SAX2 distribution.
 */
public class AttributesImpl implements Attributes {

From source file Writer.java

class AttributesImpl implements Attributes {

    //
    // Data
    //