Package org.apache.cocoon.xml.dom
Class DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
java.lang.Object
org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
- Enclosing class:
DOMStreamer.NamespaceNormalizingDOMStreamer
@Deprecated(since="2022-01-27")
public static class DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
extends Object
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionfindNamespaceURI
(String prefix) Deprecated.Finds a namespace declaration on this element or containing elements.findPrefix
(String namespaceURI) Deprecated.Finds a prefix declaration on this element or containing elements.getNamespaceURI
(String prefix) Deprecated.Finds a namespace URI declared on this element.Deprecated.Finds a prefix declared on this element.void
Deprecated.Declare a new namespace prefix on this element, possibly overriding an existing one.
-
Field Details
-
localName
Deprecated. -
namespaceURI
Deprecated. -
qName
Deprecated. -
namespaceDeclarations
Deprecated. -
parent
Deprecated.
-
-
Constructor Details
-
ElementInfo
Deprecated.
-
-
Method Details
-
put
Deprecated.Declare a new namespace prefix on this element, possibly overriding an existing one. -
getPrefix
Deprecated.Finds a prefix declared on this element. -
getNamespaceURI
Deprecated.Finds a namespace URI declared on this element. -
findPrefix
Deprecated.Finds a prefix declaration on this element or containing elements. -
findNamespaceURI
Deprecated.Finds a namespace declaration on this element or containing elements.
-