oracle.xml.parser.v2
Class XSLExtensionElement
oracle.xml.parser.v2.XSLExtensionElement
- public class XSLExtensionElement
Base element for extension elements
XSLExtensionElement
public XSLExtensionElement()
- Default Constructor
processAction
public void processAction(XSLTContext context)
throws XSLException
- Function called to extecute the body of the extension elements
- Parameters:
context
- XSLTContext- Throws:
- XSLException -
processContent
protected final void processContent(XSLTContext context)
throws XSLException
- Process Contents of the extension element
- Parameters:
context
- XSLTContext- Throws:
- XSLException -
getChildNodes
protected final java.util.Vector getChildNodes()
- Gets the childNodes of the extension elements
- Returns:
- nodelist
getAttributeValue
protected final java.lang.String getAttributeValue(java.lang.String namespace,
java.lang.String name)
throws XSLException
- Get an attribute value
- Parameters:
namespace
- namespace of the attributename
- name of the attribute- Returns:
- value of the attribute
getAttributeTemplateValue
protected final java.lang.String getAttributeTemplateValue(XSLTContext context,
java.lang.String namespace,
java.lang.String name)
throws XSLException
- Get an attribute value as template
- Parameters:
context
- XSLTContextnamespace
- namespace of the attributename
- name of the attribute- Returns:
- value of the attribute