Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.xml.parse
Class InsertedUINodeListParser

java.lang.Object
  |
  +--oracle.cabo.share.xml.BaseNodeParser
        |
        +--oracle.cabo.share.xml.BaseGroupingParser
              |
              +--oracle.cabo.ui.xml.parse.GroupingUINodeListParser
                    |
                    +--oracle.cabo.ui.xml.parse.InsertedUINodeListParser
All Implemented Interfaces:
NodeParser

public class InsertedUINodeListParser
extends GroupingUINodeListParser

Parser for InsertedUINodeList objects.


Constructor Summary
InsertedUINodeListParser()
           
 
Method Summary
protected  java.lang.Object createUINodeList(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, UINodeList[] children)
           
 void startElement(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
          Receives notification of the start of an element.
 
Methods inherited from class oracle.cabo.ui.xml.parse.GroupingUINodeListParser
createNodeValue
 
Methods inherited from class oracle.cabo.share.xml.BaseGroupingParser
addCompletedChild, endElement, startChildElement
 
Methods inherited from class oracle.cabo.share.xml.BaseNodeParser
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

InsertedUINodeListParser

public InsertedUINodeListParser()
Method Detail

startElement

public void startElement(ParseContext context,
                         java.lang.String namespaceURI,
                         java.lang.String localName,
                         org.xml.sax.Attributes attrs)
                  throws org.xml.sax.SAXParseException
Description copied from interface: NodeParser
Receives notification of the start of an element.
Overrides:
startElement in class BaseGroupingParser
Following copied from interface: oracle.cabo.share.xml.NodeParser
Parameters:
context - the parsing context
namespaceURI - the namespace of the element
localName - the local name of the element
attrs - the attributes attached to the element

createUINodeList

protected java.lang.Object createUINodeList(ParseContext context,
                                            java.lang.String namespaceURI,
                                            java.lang.String localName,
                                            UINodeList[] children)
Overrides:
createUINodeList in class GroupingUINodeListParser

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.