Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image.xml.parse
Class TextParserFactory

java.lang.Object
  |
  +--oracle.cabo.image.xml.parse.TextParserFactory
All Implemented Interfaces:
ParserFactory

public class TextParserFactory
extends java.lang.Object
implements ParserFactory

Factory for creating TextParsers


Method Summary
 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.
 void registerSelf(ParserManager manager, java.lang.String namespace)
          Registers this factory on a ParserManager.
static TextParserFactory sharedInstance()
          Gets the shared TextParserFactory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sharedInstance

public static TextParserFactory sharedInstance()
Gets the shared TextParserFactory 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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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