public class XMLNSDecl extends Object implements Serializable
Constructor and Description |
---|
XMLNSDecl(String prefix,
String uri,
boolean isExcluded)
Constructor XMLNSDecl
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIsExcluded()
Tell if this declaration should be excluded from the
result namespace.
|
String |
getPrefix()
Return the prefix.
|
String |
getURI()
Return the URI.
|
public String getPrefix()
public String getURI()
public boolean getIsExcluded()
Copyright © 2017 JBoss by Red Hat. All rights reserved.