java.io.Serializable
public class XMLNSDecl
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
XMLNSDecl(java.lang.String prefix,
java.lang.String uri,
boolean isExcluded) |
Constructor XMLNSDecl
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
getIsExcluded() |
Tell if this declaration should be excluded from the
result namespace.
|
java.lang.String |
getPrefix() |
Return the prefix.
|
java.lang.String |
getURI() |
Return the URI.
|
public XMLNSDecl(java.lang.String prefix, java.lang.String uri, boolean isExcluded)
prefix
- non-null reference to prefix, using "" for default namespace.uri
- non-null reference to namespace URI.isExcluded
- true if this namespace declaration should normally be excluded.public java.lang.String getPrefix()
public java.lang.String getURI()
public boolean getIsExcluded()
Copyright ? 2014 Apache XML Project. All Rights Reserved.