|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
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
- XSLTContext
XSLException
protected final void processContent(XSLTContext context) throws XSLException
context
- XSLTContext
XSLException
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 attribute
XSLException
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 attribute
XSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |