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(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 classElementNSImplElementNSImpl inherits from ElementImpl and adds namespace support.Fields in org.htmlunit.cyberneko.xerces.dom declared as ElementImpl Modifier and Type Field Description private ElementImplCoreDocumentImpl. docElement_Document element.Methods in org.htmlunit.cyberneko.xerces.dom that return ElementImpl Modifier and Type Method Description private ElementImplCoreDocumentImpl. 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 booleanCoreDocumentImpl. canRenameElements(java.lang.String newNamespaceURI, java.lang.String newNodeName, ElementImpl el)(package private) java.lang.StringNodeImpl. lookupNamespacePrefix(java.lang.String namespaceURI, ElementImpl el)(package private) voidElementImpl. moveSpecifiedAttributes(ElementImpl el)private ElementImplCoreDocumentImpl. 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.
-