SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Interface NoTag

All Superinterfaces:
DoNotMinimizeEmpty, NoAttributesAllowed
All Known Implementing Classes:
HTMLEntity, HTMLSimpleForm, HTMLString, NoTagHTMLElement

public interface NoTag
extends NoAttributesAllowed, DoNotMinimizeEmpty

Marker interface to indicate that there is no open or close tag for this element (and consequently, no attributes are supported). HTMLElement's that use this marker are mean to be transparent (that is, they should not generate any HTML of their own). This tag MUST NOT be minimized (it can't be since there is no opening tag!)

Author:
Paul Hyde


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.