|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
Constructor Detail |
public XSLExtensionElement()
Method Detail |
public void processAction(XSLTContext context) throws XSLException
context
- XSLTContextprotected final void processContent(XSLTContext context) throws XSLException
context
- XSLTContextprotected 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 attributeprotected 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |