|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.templates.XMLNSDecl
public class XMLNSDecl
Represents an xmlns declaration
| Constructor Summary | |
|---|---|
XMLNSDecl(java.lang.String prefix,
java.lang.String uri,
boolean isExcluded)
Constructor XMLNSDecl |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public java.lang.String getPrefix()
public java.lang.String getURI()
public boolean getIsExcluded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||