public class ElementImpl extends ElementCompatImpl
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 and Description |
|---|
ElementImpl(String nodeName,
javax.faces.component.UIComponent uiComponent) |
getAttributespublic ElementImpl(String nodeName, javax.faces.component.UIComponent uiComponent)
public Node appendChild(Node newChild) throws DOMException
DOMExceptionpublic Node cloneNode(boolean deep)
public short compareDocumentPosition(Node other) throws DOMException
DOMExceptionpublic Attr getAttributeNodeNS(String namespaceURI, String localName) throws DOMException
DOMExceptionpublic String getAttributeNS(String namespaceURI, String localName) throws DOMException
DOMExceptionpublic NamedNodeMap getAttributes()
public String getBaseURI()
public NodeList getChildNodes()
public NodeList getElementsByTagNameNS(String namespaceURI, String localName) throws DOMException
DOMExceptionpublic Node getFirstChild()
public Node getLastChild()
public String getLocalName()
public String getNamespaceURI()
public Node getNextSibling()
public String getNodeName()
public short getNodeType()
public String getNodeValue() throws DOMException
DOMExceptionpublic Document getOwnerDocument()
public Node getParentNode()
public String getPrefix()
public Node getPreviousSibling()
public TypeInfo getSchemaTypeInfo()
public String getTagName()
public String getTextContent() throws DOMException
DOMExceptionpublic boolean hasAttribute(String name)
public boolean hasAttributeNS(String namespaceURI, String localName) throws DOMException
DOMExceptionpublic boolean hasAttributes()
public boolean hasChildNodes()
public Node insertBefore(Node newChild, Node refChild) throws DOMException
DOMExceptionpublic boolean isDefaultNamespace(String namespaceURI)
public boolean isEqualNode(Node arg)
public boolean isSameNode(Node other)
public void normalize()
public void removeAttribute(String name) throws DOMException
DOMExceptionpublic Attr removeAttributeNode(Attr oldAttr) throws DOMException
DOMExceptionpublic void removeAttributeNS(String namespaceURI, String localName) throws DOMException
DOMExceptionpublic Node removeChild(Node oldChild) throws DOMException
DOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
DOMExceptionpublic void setAttribute(String name, String value) throws DOMException
DOMExceptionpublic Attr setAttributeNode(Attr newAttr) throws DOMException
DOMExceptionpublic Attr setAttributeNodeNS(Attr newAttr) throws DOMException
DOMExceptionpublic void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException
DOMExceptionpublic void setIdAttribute(String name, boolean isId) throws DOMException
DOMExceptionpublic void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException
DOMExceptionpublic void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException
DOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
DOMExceptionpublic void setPrefix(String prefix) throws DOMException
DOMExceptionpublic void setTextContent(String textContent) throws DOMException
DOMExceptionpublic Object setUserData(String key, Object data, UserDataHandler handler)
Copyright © 2016 Liferay, Inc.. All rights reserved.