[Java] Class XmlNodePrinter.NamespaceContext

  • groovy.util.XmlNodePrinter.NamespaceContext
@Deprecated
protected static class XmlNodePrinter.NamespaceContext

Constructor Summary

Constructors
Constructor and description
NamespaceContext ()
NamespaceContext (NamespaceContext context)

Methods Summary

Methods
Type Params Return Type Name and description
public String getNamespace(String prefix)
public boolean isPrefixRegistered(String prefix, String uri)
public void registerNamespacePrefix(String prefix, String uri)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public NamespaceContext()

public NamespaceContext(NamespaceContext context)

Method Detail

public String getNamespace(String prefix)

public boolean isPrefixRegistered(String prefix, String uri)

public void registerNamespacePrefix(String prefix, String uri)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/XmlNodePrinter.NamespaceContext.html