org.ditchnet.xml
Interface Xml.Tag

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

public static interface Xml.Tag

This class implements the Type-Safe Enum pattern as outlined by Joshua Bloch in Effective Java. The only constructor is private, and therefore this class may not be instanciated by client code.

Subclasses of this class will provide enumerations of valid elements allowed in a particular XML vocabulary or application.

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