| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredElementImpl
Elements represent most of the "markup" and structure of the
document.
|
class |
DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
|
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.
|
class |
PSVIElementNSImpl
Element namespace implementation; stores PSVI element items.
|
| Modifier and Type | Field and Description |
|---|---|
protected ElementImpl |
CoreDocumentImpl.docElement
Document element.
|
protected ElementImpl |
DOMNormalizer.XMLAttributesProxy.fElement |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DOMNormalizer.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 void |
DOMNormalizer.namespaceFixUp(ElementImpl element,
AttributeMap attributes) |
void |
DOMNormalizer.XMLAttributesProxy.setAttributes(AttributeMap attributes,
CoreDocumentImpl doc,
ElementImpl elem) |
| Constructor and Description |
|---|
AttributeMap(ElementImpl ownerNode,
NamedNodeMapImpl defaults)
Constructs a named node map.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.