Package groovy.util
Class XmlNodePrinter.NamespaceContext
java.lang.Object
groovy.util.XmlNodePrinter.NamespaceContext
- Enclosing class:
- XmlNodePrinter
@Deprecated protected static class XmlNodePrinter.NamespaceContext extends Object
Deprecated.
-
Constructor Summary
Constructors Constructor Description NamespaceContext()Deprecated.NamespaceContext(XmlNodePrinter.NamespaceContext context)Deprecated. -
Method Summary
Modifier and Type Method Description StringgetNamespace(String prefix)Deprecated.booleanisPrefixRegistered(String prefix, String uri)Deprecated.voidregisterNamespacePrefix(String prefix, String uri)Deprecated.
-
Constructor Details
-
NamespaceContext
public NamespaceContext()Deprecated. -
NamespaceContext
Deprecated.
-
-
Method Details
-
isPrefixRegistered
Deprecated. -
registerNamespacePrefix
Deprecated. -
getNamespace
Deprecated.
-