Uses of Class
org.htmlunit.cyberneko.xerces.dom.ElementImpl
-
Packages that use ElementImpl Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.dom -
-
Uses of ElementImpl in org.htmlunit.cyberneko.html.dom
Methods in org.htmlunit.cyberneko.html.dom with parameters of type ElementImpl Modifier and Type Method Description protected boolean
HTMLDocumentImpl. canRenameElements(java.lang.String newNamespaceURI, java.lang.String newNodeName, ElementImpl el)
-
Uses of ElementImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of ElementImpl in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description class
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.Fields in org.htmlunit.cyberneko.xerces.dom declared as ElementImpl Modifier and Type Field Description private ElementImpl
CoreDocumentImpl. docElement_
Document element.Methods in org.htmlunit.cyberneko.xerces.dom that return ElementImpl Modifier and Type Method Description private ElementImpl
CoreDocumentImpl. replaceRenameElement(ElementImpl el, java.lang.String namespaceURI, java.lang.String name)
Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImpl Modifier and Type Method Description protected boolean
CoreDocumentImpl. canRenameElements(java.lang.String newNamespaceURI, java.lang.String newNodeName, ElementImpl el)
(package private) java.lang.String
NodeImpl. lookupNamespacePrefix(java.lang.String namespaceURI, ElementImpl el)
(package private) void
ElementImpl. moveSpecifiedAttributes(ElementImpl el)
private ElementImpl
CoreDocumentImpl. replaceRenameElement(ElementImpl el, java.lang.String namespaceURI, java.lang.String name)
Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImpl Constructor Description AttributeMap(ElementImpl ownerNode)
Constructs a named node map.
-