Package | Description |
---|---|
org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
Modifier and Type | Method and Description |
---|---|
AbstractParentNode.ElementsByTagNameNS |
AbstractDocument.getElementsByTagNameNS(Node n,
String ns,
String ln)
Returns an ElementsByTagNameNS object from the cache, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocument.putElementsByTagNameNS(Node n,
String ns,
String ln,
AbstractParentNode.ElementsByTagNameNS l)
Puts an ElementsByTagNameNS object in the cache.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.