Package | Description |
---|---|
oracle.ifs.beans.parsers | |
oracle.ifs.protocols.commands | |
oracle.ifs.utils.common |
Modifier and Type | Class and Description |
---|---|
class |
ClassSelectionParser
Deprecated.
iFS 9.0.3 - cannot delete cause CUP still uses
|
class |
IfsXmlParser
An IfsXmlParser is an XML parser that acts as the entry point for all iFS
XML parsing functionality.
|
Modifier and Type | Method and Description |
---|---|
protected Parser |
IfsDetermineParserCommand.constructParser(LibrarySession session,
String parserPath)
Construct a Parser object.
|
Parser |
DetermineParserContext.getParser()
Gets the returning parser.
|
Parser |
IfsDetermineParserContext.getParser()
Gets the returning parser.
|
Parser |
IfsParseStreamContext.getParser()
Gets the parser to be used to parse the content.
|
Parser |
ParseStreamContext.getParser()
Gets the parser.
|
protected Parser |
IfsUploadFileCommand.runDetermineParserCommand(LibrarySession session,
String name)
Execute an IfsDetermineParserCommand.
|
Modifier and Type | Method and Description |
---|---|
protected LibraryObject |
IfsUploadFileCommand.runParseStreamCommand(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Execute an IfsParseStreamCommand.
|
void |
DetermineParserContext.setParser(Parser parser)
Sets the returning parser.
|
void |
IfsDetermineParserContext.setParser(Parser parser)
Sets the returning parser.
|
void |
IfsParseStreamContext.setParser(Parser parser)
Sets the parser to be used to parse the content.
|
void |
ParseStreamContext.setParser(Parser parser)
Sets the parser.
|
Constructor and Description |
---|
IfsParseStreamContext(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
Modifier and Type | Method and Description |
---|---|
Parser |
IfsObjectResolver.constructParser(String parserPath)
constructs a parser based on a parserpath.
|
Parser |
IfsObjectResolver.getParserByFilename(String filename)
Finds and constructs a parser based on its filename extension.
|
Copyright © 2023. All rights reserved.