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 booleanHTMLDocumentImpl. canRenameElements(String newNamespaceURI, 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 classElementNSImplElementNSImpl inherits from ElementImpl and adds namespace support.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImpl Modifier and Type Method Description protected booleanCoreDocumentImpl. canRenameElements(String newNamespaceURI, String newNodeName, ElementImpl el)Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImpl Constructor Description AttributeMap(ElementImpl ownerNode)Constructs a named node map.
-