UIX 2.2.15

oracle.cabo.ui.xml.parse
Class TemplateImportParser

java.lang.Object
  |
  +--oracle.cabo.share.xml.BaseNodeParser
        |
        +--oracle.cabo.share.xml.LeafNodeParser
              |
              +--oracle.cabo.ui.xml.parse.TemplateImportParser
All Implemented Interfaces:
NodeParser

public class TemplateImportParser
extends LeafNodeParser

Parser used for handling the <template> element.


Constructor Summary
TemplateImportParser()

Method Summary
protected java.lang.Object getNodeValue(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
Method called to get the node's value.

Methods inherited from class oracle.cabo.share.xml.LeafNodeParser
endElement, startChildElement, startElement

Methods inherited from class oracle.cabo.share.xml.BaseNodeParser
addCompletedChild, addText, addWhitespace, endChildElement, getIgnoreParser, getRequiredAttribute, logError, logUnexpectedAttribute, logUnexpectedElement, logWarning, logWarning

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TemplateImportParser

public TemplateImportParser()

Method Detail

getNodeValue

protected java.lang.Object getNodeValue(ParseContext context,
                                        java.lang.String namespaceURI,
                                        java.lang.String localName,
                                        org.xml.sax.Attributes attrs)
                                 throws org.xml.sax.SAXParseException
Method called to get the node's value. Clients must override this method.
Overrides:
getNodeValue in class LeafNodeParser

UIX 2.2.15