Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.ElementImpl
-
Packages that use ElementImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of ElementImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Subclasses of ElementImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom Modifier and Type Class Description classDeferredElementImplElements represent most of the "markup" and structure of the document.classDeferredElementNSImplDeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.classElementNSImplElementNSImpl inherits from ElementImpl and adds namespace support.classPSVIElementNSImplElement namespace implementation; stores PSVI element items.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as ElementImpl Modifier and Type Field Description protected ElementImplCoreDocumentImpl. docElementDocument element.protected ElementImplDOMNormalizer.XMLAttributesProxy. fElementMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type ElementImpl Modifier and Type Method Description protected voidDOMNormalizer. addNamespaceDecl(String prefix, String uri, ElementImpl element)Adds a namespace attribute or replaces the value of existing namespace attribute with the given prefix and value for URI.protected booleanCoreDocumentImpl. canRenameElements(String newNamespaceURI, String newNodeName, ElementImpl el)protected voidDOMNormalizer. namespaceFixUp(ElementImpl element, AttributeMap attributes)voidDOMNormalizer.XMLAttributesProxy. setAttributes(AttributeMap attributes, CoreDocumentImpl doc, ElementImpl elem)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type ElementImpl Constructor Description AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults)Constructs a named node map.
-