Uses of Class
org.htmlunit.cyberneko.xerces.dom.ElementImpl
Packages that use ElementImpl
-
Uses of ElementImpl in org.htmlunit.cyberneko.html.dom
Subclasses of ElementImpl in org.htmlunit.cyberneko.html.domModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Implements an HTML-specific element, anElement
that will only appear inside HTML documents.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.htmlunit.cyberneko.html.dom with parameters of type ElementImplModifier and TypeMethodDescriptionprotected boolean
HTMLDocumentImpl.canRenameElements
(String newNamespaceURI, String newNodeName, ElementImpl el) -
Uses of ElementImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of ElementImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
ElementNSImpl inherits from ElementImpl and adds namespace support.Fields in org.htmlunit.cyberneko.xerces.dom declared as ElementImplModifier and TypeFieldDescriptionprivate ElementImpl
CoreDocumentImpl.docElement_
Document element.Methods in org.htmlunit.cyberneko.xerces.dom that return ElementImplModifier and TypeMethodDescriptionprivate ElementImpl
CoreDocumentImpl.replaceRenameElement
(ElementImpl el, String namespaceURI, String name) Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImplModifier and TypeMethodDescriptionprotected boolean
CoreDocumentImpl.canRenameElements
(String newNamespaceURI, String newNodeName, ElementImpl el) (package private) String
NodeImpl.lookupNamespacePrefix
(String namespaceURI, ElementImpl el) (package private) void
ElementImpl.moveSpecifiedAttributes
(ElementImpl el) private ElementImpl
CoreDocumentImpl.replaceRenameElement
(ElementImpl el, String namespaceURI, String name) Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImplModifierConstructorDescriptionprotected
AttributeMap
(ElementImpl ownerNode) Constructs a named node map.