|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ templates overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xalan.templates
Class XMLNSDecl

java.lang.Objectorg.apache.xalan.templates.XMLNSDecl
- All Implemented Interfaces:
- java.io.Serializable
- public class XMLNSDecl
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Represents an xmlns declaration
| Field Summary | |
private boolean |
m_isExcluded
true if this namespace declaration should normally be excluded. |
private java.lang.String |
m_prefix
non-null reference to prefix, using "" for default namespace. |
private java.lang.String |
m_uri
non-null reference to namespace URI. |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_prefix
private java.lang.String m_prefix
- non-null reference to prefix, using "" for default namespace.
m_uri
private java.lang.String m_uri
- non-null reference to namespace URI.
m_isExcluded
private boolean m_isExcluded
- true if this namespace declaration should normally be excluded.
| Constructor Detail |
XMLNSDecl
public XMLNSDecl(java.lang.String prefix, java.lang.String uri, boolean isExcluded)
- Constructor XMLNSDecl
| Method Detail |
getPrefix
public java.lang.String getPrefix()
- Return the prefix.
getURI
public java.lang.String getURI()
- Return the URI.
getIsExcluded
public boolean getIsExcluded()
- Tell if this declaration should be excluded from the
result namespace.
|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ templates overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.xalan.templates.XMLNSDecl