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
Fields Modifier and Type Field Description StringlocalNameDeprecated.Map<String,String>namespaceDeclarationsDeprecated.StringnamespaceURIDeprecated.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfoparentDeprecated.StringqNameDeprecated.
-
Constructor Summary
Constructors Constructor Description ElementInfo(DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo parent)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringfindNamespaceURI(String prefix)Deprecated.Finds a namespace declaration on this element or containing elements.StringfindPrefix(String namespaceURI)Deprecated.Finds a prefix declaration on this element or containing elements.StringgetNamespaceURI(String prefix)Deprecated.Finds a namespace URI declared on this element.StringgetPrefix(String namespaceURI)Deprecated.Finds a prefix declared on this element.voidput(String prefix, String namespaceURI)Deprecated.Declare a new namespace prefix on this element, possibly overriding an existing one.
-
-
-
Field Detail
-
localName
public String localName
Deprecated.
-
namespaceURI
public String namespaceURI
Deprecated.
-
qName
public String qName
Deprecated.
-
parent
public DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo parent
Deprecated.
-
-
Constructor Detail
-
ElementInfo
public ElementInfo(DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo parent)
Deprecated.
-
-
Method Detail
-
put
public void put(String prefix, String namespaceURI)
Deprecated.Declare a new namespace prefix on this element, possibly overriding an existing one.
-
getPrefix
public String getPrefix(String namespaceURI)
Deprecated.Finds a prefix declared on this element.
-
getNamespaceURI
public String getNamespaceURI(String prefix)
Deprecated.Finds a namespace URI declared on this element.
-
findPrefix
public String findPrefix(String namespaceURI)
Deprecated.Finds a prefix declaration on this element or containing elements.
-
-