|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.parser.v2.XSLExtensionElement
Base element for extension elements
Constructor Summary | |
XSLExtensionElement() Default Constructor |
Method Summary | |
protected java.lang.String |
getAttributeTemplateValue(XSLTContext context, java.lang.String namespace, java.lang.String name) Get an attribute value as template |
protected java.lang.String |
getAttributeValue(java.lang.String namespace, java.lang.String name) Get an attribute value |
protected java.util.Vector |
getChildNodes() Gets the childNodes of the extension elements |
void |
processAction(XSLTContext context) Function called to extecute the body of the extension elements |
protected void |
processContent(XSLTContext context) Process Contents of the extension element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLExtensionElement()
Method Detail |
public void processAction(XSLTContext context) throws XSLException
context
- XSLTContextXSLException
protected final void processContent(XSLTContext context) throws XSLException
context
- XSLTContextXSLException
protected final java.util.Vector getChildNodes()
protected final java.lang.String getAttributeValue(java.lang.String namespace, java.lang.String name) throws XSLException
namespace
- namespace of the attributename
- name of the attributeXSLException
protected final java.lang.String getAttributeTemplateValue(XSLTContext context, java.lang.String namespace, java.lang.String name) throws XSLException
context
- XSLTContextnamespace
- namespace of the attributename
- name of the attributeXSLException
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |