abk.html
Class ABreakElement

java.lang.Object
  extended by abk.html.ANodeObject<T>
      extended by abk.html.AElementNode<ABreakElement>
          extended by abk.html.ABreakElement
All Implemented Interfaces:
Serializable

public class ABreakElement
extends AElementNode<ABreakElement>

Clase que modela una etiqueta que no puede contener nodos.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class abk.html.ANodeObject
iClass
 
Constructor Summary
ABreakElement(String tagName)
           
 
Method Summary
 
Methods inherited from class abk.html.AElementNode
_tagAttribute, A, addClass, adoptNode, append, append, B, BR, BUTTON, CHECKBOX, children, classList, clearChildren, DIV, doClass, doId, doLang, doStyle, doTagStart, doTitle, EM, getTagName, HIDDEN, I, id, id, INPUT, insert, isEndTagForbidden, klass, klass, LABEL, lang, lang, P, PRE, remove, removeClass, reset, SELECT, setEndTagForbidden, SPAN, STRONG, style, style, TABLE, tagAttribute, tagAttribute, text, TEXTAREA, textContent, textContent, title, title, U, VAR, write
 
Methods inherited from class abk.html.ANodeObject
appendTo, parent, parent, self, stringify, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ABreakElement

public ABreakElement(String tagName)


Copyright © 2024. All rights reserved.