com.simpleservlets.htmlobjects
Class NoTagHTMLElement
java.lang.Object
com.simpleservlets.htmlobjects.GenericHTMLElement
com.simpleservlets.htmlobjects.NoTagHTMLElement
- All Implemented Interfaces:
- DoNotMinimizeEmpty, HTMLElement, NoAttributesAllowed, NoTag
- Direct Known Subclasses:
- HTMLSimpleForm
public class NoTagHTMLElement
- extends GenericHTMLElement
- implements HTMLElement, NoTag
A generic container with neither a start nor an end tag.
NoTagHTMLElement is
commonly used to gather child elements together without actually nesting
those children within another tag. When NoTagHTMLElement is
encountered during page tree traversal, it is simply skipped and its
children are processed as if they had appeared (in order) in place of
the NoTagHTMLHandler element.
- Author:
- Paul Hyde
| Methods inherited from class com.simpleservlets.htmlobjects.GenericHTMLElement |
add, add, addSibling, addSibling, getAttributes, getChildren, getName, getParent, hasAttributes, hasChildren, isSafeToWrapWithWhitespace, removeAllAttributes, removeAllChildren, removeAttribute, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeGroup, setParent, setSafeToWrapWithWhitespace, setStyle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.simpleservlets.htmlobjects.HTMLElement |
add, add, addSibling, addSibling, getAttributes, getChildren, getName, getParent, hasAttributes, hasChildren, isSafeToWrapWithWhitespace, removeAllAttributes, removeAllChildren, removeAttribute, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeGroup, setParent, setStyle |
NoTagHTMLElement
public NoTagHTMLElement()
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
SimpleServlets is free
and is
OSI Certified
Open Source Software under the BSD
license.