Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.xml.parse
Class InlineDataProviderParser

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

public class InlineDataProviderParser
extends DataObjectParser

NodeParser class for wrapping inline data.


Constructor Summary
InlineDataProviderParser()
           
 
Method Summary
 java.lang.Object endElement(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Receives notification of the end of the element.
 
Methods inherited from class oracle.cabo.ui.xml.parse.DataObjectParser
addCompletedChild, addText, getValue, startChildElement, startElement
 
Methods inherited from class oracle.cabo.share.xml.BaseNodeParser
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

InlineDataProviderParser

public InlineDataProviderParser()
Method Detail

endElement

public java.lang.Object endElement(ParseContext context,
                                   java.lang.String namespaceURI,
                                   java.lang.String localName)
Description copied from interface: NodeParser
Receives notification of the end of the element.
Overrides:
endElement in class DataObjectParser
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
Returns:
the fully-initialized Java object corresponding to this release

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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