org.apache.xalan.xslt
Class ElemLiteralResult
java.lang.Object
|
+--org.apache.xalan.xslt.UnImplNode
|
+--org.apache.xalan.xslt.ElemTemplateElement
|
+--org.apache.xalan.xslt.ElemUse
|
+--org.apache.xalan.xslt.ElemLiteralResult
- Direct Known Subclasses:
- ElemExtensionCall
- public class ElemLiteralResult
- extends ElemUse
**For advanced use only**
Implement a Literal Result Element.
- See Also:
- Serialized Form
Method Summary |
void |
execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** Execute a Literal Result Element. |
int |
getXSLToken()
**For advanced use only** |
Methods inherited from class org.apache.xalan.xslt.ElemTemplateElement |
appendChild,
childrenToString,
error,
executeChildren,
getBaseIdentifier,
getChildNodes,
getFirstChild,
getLastChild,
getLength,
getNamespaceForPrefix,
getNamespaceForPrefix,
getNextSibling,
getNodeName,
getNodeType,
getOwnerDocument,
getParentNode,
getTagName,
hasChildNodes,
isSpace,
isWhiteSpace,
item,
processLocatedNode |
Methods inherited from class org.apache.xalan.xslt.UnImplNode |
cloneNode,
getAttribute,
getAttributeNode,
getAttributeNodeNS,
getAttributeNS,
getAttributes,
getElementsByTagName,
getElementsByTagNameNS,
getLocalName,
getNamespaceURI,
getNodeValue,
getPrefix,
getPreviousSibling,
hasAttribute,
hasAttributeNS,
hasAttributes,
insertBefore,
normalize,
removeAttribute,
removeAttributeNode,
removeAttributeNS,
removeChild,
replaceChild,
setAttribute,
setAttributeNode,
setAttributeNodeNS,
setAttributeNS,
setNodeValue,
setPrefix,
supports |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
m_avts
public java.util.Vector m_avts
m_qname
public java.lang.String m_qname
m_extensionElementPrefixes
public java.lang.String[] m_extensionElementPrefixes
getXSLToken
public int getXSLToken()
- Overrides:
- getXSLToken in class ElemTemplateElement
execute
public void execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
throws XSLProcessorException,
java.net.MalformedURLException,
java.io.FileNotFoundException,
java.io.IOException,
org.xml.sax.SAXException
- **For advanced use only** Execute a Literal Result Element.
- Overrides:
- execute in class ElemUse
Copyright © 2000 Apache XML Project. All Rights Reserved.