com.filenet.bso.api.util
Class BsoSearchResultsXMLReader.ResultsHandler
java.lang.Object
|
+--org.xml.sax.helpers.DefaultHandler
|
+--com.filenet.bso.api.util.BsoSearchResultsXMLReader.ResultsHandler
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
- Enclosing class:
- BsoSearchResultsXMLReader
- protected class BsoSearchResultsXMLReader.ResultsHandler
- extends org.xml.sax.helpers.DefaultHandler
SAX Parser inner class to parse the search results XML
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BsoSearchResultsXMLReader.ResultsHandler
public BsoSearchResultsXMLReader.ResultsHandler()
getRowListsByClass
public java.util.Map getRowListsByClass()
- Return the results of the parse, a map of class prefix names
to
List
objects containing the rows for each class.
If a search doesn't involve multiple classes, the one and only
List
is stored under an empty string key.
getIdentityValuesToRowsByClass
public java.util.Map getIdentityValuesToRowsByClass()
startDocument
public void startDocument()
- Overrides:
startDocument
in class org.xml.sax.helpers.DefaultHandler
endDocument
public void endDocument()
- Overrides:
endDocument
in class org.xml.sax.helpers.DefaultHandler
startElement
public void startElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName,
org.xml.sax.Attributes atts)
- Overrides:
startElement
in class org.xml.sax.helpers.DefaultHandler
endElement
public void endElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName)
- Overrides:
endElement
in class org.xml.sax.helpers.DefaultHandler
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.