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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassImplements an HTML-specific element, anElementthat will only appear inside HTML documents.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.htmlunit.cyberneko.html.dom with parameters of type ElementImplModifier and TypeMethodDescriptionprotected 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.domModifier and TypeClassDescriptionclassElementNSImpl inherits from ElementImpl and adds namespace support.Fields in org.htmlunit.cyberneko.xerces.dom declared as ElementImplModifier and TypeFieldDescriptionprivate ElementImplCoreDocumentImpl.docElement_Document element.Methods in org.htmlunit.cyberneko.xerces.dom that return ElementImplModifier and TypeMethodDescriptionprivate ElementImplCoreDocumentImpl.replaceRenameElement(ElementImpl el, String namespaceURI, String name) Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImplModifier and TypeMethodDescriptionprotected booleanCoreDocumentImpl.canRenameElements(String newNamespaceURI, String newNodeName, ElementImpl el) (package private) StringNodeImpl.lookupNamespacePrefix(String namespaceURI, ElementImpl el) (package private) voidElementImpl.moveSpecifiedAttributes(ElementImpl el) private ElementImplCoreDocumentImpl.replaceRenameElement(ElementImpl el, String namespaceURI, String name) Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type ElementImplModifierConstructorDescriptionprotectedAttributeMap(ElementImpl ownerNode) Constructs a named node map.