|
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.BaseParserExtension
Base implementation of ParserExtension.
Constructor Summary | |
BaseParserExtension()
|
Method Summary | |
java.lang.Object |
elementEnded(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.Object parsed,
java.util.Dictionary attributes)
Called after parsing of the parent element has completed with extension values still to be processed. |
void |
elementStarted(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
java.util.Dictionary attributes)
Called before parsing of the parent element has started. |
protected void |
logError(ParseContext context,
java.lang.String message,
java.lang.Exception e)
|
protected void |
logWarning(ParseContext context,
java.lang.String message)
|
protected void |
logWarning(ParseContext context,
java.lang.String message,
java.lang.Exception e)
|
NodeParser |
startExtensionElement(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
Called to notify that a child element has been found that was not handled by the outer parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseParserExtension()
Method Detail |
public void elementStarted(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, java.util.Dictionary attributes) throws org.xml.sax.SAXParseException
elementStarted
in interface ParserExtension
context
- the parsing contextnamespaceURI
- the namespace of the element being processedlocalName
- the local name of the elementattributes
- a Dictionary of all the attributes in the
namespace of this extensionpublic NodeParser startExtensionElement(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXParseException
startExtensionElement
in interface ParserExtension
context
- the parsing contextnamespaceURI
- the namespace of the child elementlocalName
- the local name of the elementattrs
- the attributes attached to the element.public java.lang.Object elementEnded(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, java.lang.Object parsed, java.util.Dictionary attributes) throws org.xml.sax.SAXParseException
elementEnded
in interface ParserExtension
context
- the parsing contextnamespaceURI
- the namespace of the element being processedlocalName
- the local name of the elementparsed
- the object instantiated for the elementattributes
- a Dictionary of all the attributes in the
namespace of this extensionprotected final void logWarning(ParseContext context, java.lang.String message)
protected void logWarning(ParseContext context, java.lang.String message, java.lang.Exception e)
protected void logError(ParseContext context, java.lang.String message, java.lang.Exception e) throws org.xml.sax.SAXParseException
|
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 |