oracle.cabo.image.xml.parse
Class ImageProviderRequestParserFactory
java.lang.Object
|
+--oracle.cabo.image.xml.parse.ImageProviderRequestParserFactory
- All Implemented Interfaces:
- ParserFactory
- public class ImageProviderRequestParserFactory
- extends java.lang.Object
- implements ParserFactory
Factory for creating ImageProviderRequestParsers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sharedInstance
public static ImageProviderRequestParserFactory sharedInstance()
- Gets the shared ImageProviderRequestParserFactory instance
registerSelf
public void registerSelf(ParserManager manager,
java.lang.String namespace)
- Registers this factory on a ParserManager.
getParser
public NodeParser getParser(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName)
- Returns the parser used for creating ImageProviderRequest
instances with the given namespace and local name.
- Specified by:
getParser
in interface ParserFactory