Oracle Content Management SDK

Uses of Interface
oracle.ifs.beans.parsers.ParserCallback

Packages that use ParserCallback
oracle.ifs.adk.filesystem   
oracle.ifs.beans.parsers   
 

Uses of ParserCallback in oracle.ifs.adk.filesystem
 

Methods in oracle.ifs.adk.filesystem with parameters of type ParserCallback
 Document FileSystem.createDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document FileSystem.updateDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document IfsFileSystem.createDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document IfsFileSystem.putDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 Document IfsFileSystem.updateDocument(java.lang.String name, java.io.InputStream content, java.lang.String folderPath, AccessControlList acl, boolean doParse, ParserCallback callback)
          Deprecated. iFS 9.0.3 use variant without parsing arguments.
 

Uses of ParserCallback in oracle.ifs.beans.parsers
 

Methods in oracle.ifs.beans.parsers with parameters of type ParserCallback
 LibraryObject LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser, java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated.  
 LibraryObject LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser, java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated.  
 LibraryObject ClassSelectionParser.parse(java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Use the stream as the content of a Document subclass based on the Parser.CURRENT_NAME_OPTION.
 LibraryObject ClassSelectionParser.parse(java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Use the reader as the content of a Document subclass based on the Parser.CURRENT_NAME_OPTION.
protected  PublicObject ClassSelectionParser.putPublicObjectWithVersioning(Folder parent, DocumentDefinition def, java.lang.String name, java.lang.String classname, ParserCallback callback)
          Deprecated. Encapsulates the ftpish notion of a put given a parent folder, a name, and an stream/reader; will create or update existing PO depending prior existence of an object in parent, if creating an object of class classname is created.
protected  Document ClassSelectionParser.updateFolderedPublicObjectWithVersioning(Folder parent, DocumentDefinition def, java.lang.String name, java.lang.String classname, ParserCallback callback)
          Deprecated. encapsulates the item update given a parent folder, a name, and an stream/reader; will update a prior existing object in parent, will throw an IfsException simply because an object doesn't exist in parent
protected  Document ClassSelectionParser.createDocument(Folder parent, DocumentDefinition def, java.lang.String name, java.lang.String classname, ParserCallback callback)
          Deprecated. Encapsulates document creation given a parent folder, a name, Document subclass classname, and an stream/reader; will not update a prior existing object in parent, will throw an IfsException simply because an object already exists in parent with name
 LibraryObject XmlParserInterface.parse(IfsXmlParser ifsxmlparser, java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Parses the specified InputStream representing an XML document.
 LibraryObject XmlParserInterface.parse(IfsXmlParser ifsxmlparser, java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Parses the specified Reader representing an XML document.
 LibraryObject IfsXmlParser.parse(java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Inherited from Parser
 LibraryObject IfsXmlParser.parse(java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Inherited from Parser
 LibraryObject IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser, java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated.  
 LibraryObject IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser, java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated.  
protected  LibraryObject IfsSimpleXmlParser.traverseTree(oracle.xml.parser.v2.XMLDocument doc, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Traverses the DOM tree and creates the appropriate LibraryObjects.
protected  SimpleXmlParserImpl IfsSimpleXmlParser.getImplementation(ParserCallback callback, java.util.Hashtable options)
          Deprecated. Creates a SimpleXmlParserImpl to parse the document with.
 LibraryObject Parser.parse(java.io.InputStream stream, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Parses the specified InputStream.
 LibraryObject Parser.parse(java.io.Reader reader, ParserCallback callback, java.util.Hashtable options)
          Deprecated. Parses the specified Reader.
 

Constructors in oracle.ifs.beans.parsers with parameters of type ParserCallback
SimpleXmlParserImpl(LibrarySession session, ParserCallback callback, java.util.Hashtable options, IfsSimpleXmlParser sxp)
          Deprecated. Creates a SimpleXmlParserImpl
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.