|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.templates.XMLNSDecl
Represents an xmlns declaration
Field Summary | |
private boolean |
m_isExcluded
true if this namespace declaration should normally be excluded. |
private String |
m_prefix
non-null reference to prefix, using "" for default namespace. |
private String |
m_uri
non-null reference to namespace URI. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String m_prefix
private String m_uri
private boolean m_isExcluded
Constructor Detail |
public XMLNSDecl(String prefix, 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.Method Detail |
public String getPrefix()
public String getURI()
public boolean getIsExcluded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |