org.ditchnet.xml
Interface Xml.Attr

All Known Implementing Classes:
Xhtml.Attr
Enclosing interface:
Xml

public static interface Xml.Attr

Concrete implementations of this interface should impelement the Type-Safe Enum pattern as outlined by Joshua Bloch in Effective Java and provide static member variables that present the complete set of attribute names available in the XML vocabulary in question.

Since:
2005-03-12
Version:
0.8
Author:
Todd Ditchendorf