com.liferay.faces.bridge.renderkit.html_basic
Class ElementBlankImpl

java.lang.Object
  extended by com.liferay.faces.bridge.renderkit.html_basic.ElementImpl
      extended by com.liferay.faces.bridge.renderkit.html_basic.ElementBlankImpl
All Implemented Interfaces:
Element, Node

public class ElementBlankImpl
extends ElementImpl

This implementation is a special case that is meant to be used when JSF component renderers do not properly call startElement() first. It represents a pseudo-element that has has a blank (empty string) node name.

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
ElementBlankImpl()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.liferay.faces.bridge.renderkit.html_basic.ElementImpl
appendChild, cloneNode, compareDocumentPosition, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSchemaTypeInfo, getTagName, getTextContent, getUserData, hasAttribute, hasAttributeNS, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setPrefix, setTextContent, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementBlankImpl

public ElementBlankImpl()
Method Detail

toString

public String toString()
Overrides:
toString in class ElementImpl


Copyright © 2014 Liferay, Inc.. All Rights Reserved.