SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Class NoTagHTMLElement

java.lang.Object
  extended by com.simpleservlets.htmlobjects.GenericHTMLElement
      extended by 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

Field Summary
 
Fields inherited from interface com.simpleservlets.htmlobjects.HTMLElement
ZERO_LEN_ARRAY
 
Constructor Summary
NoTagHTMLElement()
           
 
Method Summary
 
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
 

Constructor Detail

NoTagHTMLElement

public NoTagHTMLElement()

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.