|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.utils.UnImplNode org.apache.xalan.templates.ElemTemplateElement org.apache.xalan.templates.NamespaceAlias
Object to hold an xsl:namespace element. A stylesheet can use the xsl:namespace-alias element to declare that one namespace URI is an alias for another namespace URI.
Field Summary | |
private String |
m_ResultNamespace
The result namespace. |
private String |
m_ResultPrefix
The "result-prefix" attribute. |
private String |
m_StylesheetNamespace
The namespace in the stylesheet space. |
private String |
m_StylesheetPrefix
The "stylesheet-prefix" attribute. |
Fields inherited from class org.apache.xalan.templates.ElemTemplateElement |
m_docOrderNumber, m_firstChild, m_hasVariableDecl, m_nextSibling, m_parentNode, m_prefixTable |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
NamespaceAlias(int docOrderNumber)
Constructor NamespaceAlias |
Method Summary | |
String |
getResultNamespace()
Get the result namespace value. |
String |
getResultPrefix()
Get the "result-prefix" attribute. |
String |
getStylesheetNamespace()
Get the value for the stylesheet namespace. |
String |
getStylesheetPrefix()
Get the "stylesheet-prefix" attribute. |
void |
recompose(StylesheetRoot root)
This function is called to recompose() all of the namespace alias properties elements. |
void |
setResultNamespace(String v)
Set the result namespace. |
void |
setResultPrefix(String v)
Set the "result-prefix" attribute. |
void |
setStylesheetNamespace(String v)
Set the value for the stylesheet namespace. |
void |
setStylesheetPrefix(String v)
Set the "stylesheet-prefix" attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String m_StylesheetPrefix
private String m_StylesheetNamespace
private String m_ResultPrefix
private String m_ResultNamespace
Constructor Detail |
public NamespaceAlias(int docOrderNumber)
docOrderNumber
- The document order numberMethod Detail |
public void setStylesheetPrefix(String v)
v
- non-null prefix value.public String getStylesheetPrefix()
public void setStylesheetNamespace(String v)
v
- non-null prefix value.public String getStylesheetNamespace()
public void setResultPrefix(String v)
v
- non-null prefix value.public String getResultPrefix()
public void setResultNamespace(String v)
v
- non-null namespace valuepublic String getResultNamespace()
public void recompose(StylesheetRoot root)
recompose
in class ElemTemplateElement
root
- The owning root stylesheet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |