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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertedUINodeListParser
public InsertedUINodeListParser()
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 contextnamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- 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
Copyright © 2002,2003, Oracle. All Rights Reserved.