|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.parser.v2.XSLExtensionElement
public class 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 - XSLTContextXSLExceptionprotected 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® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||