|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.xml.BaseNodeParser | +--oracle.cabo.ui.xml.parse.DataObjectParser | +--oracle.cabo.ui.xml.parse.InlineDataProviderParser
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 |
public InlineDataProviderParser()
Method Detail |
public java.lang.Object endElement(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
NodeParser
endElement
in class DataObjectParser
oracle.cabo.share.xml.NodeParser
context
- the parsing contextnamespaceURI
- the namespace of the elementlocalName
- the local name of the element
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |