org.apache.xalan.templates
public class XMLNSDecl extends Object implements Serializable
Constructor Summary | |
---|---|
XMLNSDecl(String prefix, String uri, boolean isExcluded)
Constructor XMLNSDecl
|
Method Summary | |
---|---|
boolean | getIsExcluded()
Tell if this declaration should be excluded from the
result namespace.
|
String | getPrefix()
Return the prefix. |
String | getURI()
Return the URI. |
Parameters: 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.
Returns: true if this namespace declaration should normally be excluded.
Returns: The prefix that is associated with this URI, or null if the XMLNSDecl is declaring the default namespace.
Returns: The URI that is associated with this declaration.