Collaboration API Documentation

com.filenet.bso.api.util
Class BsoSAXHelper

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--com.filenet.bso.api.util.BsoSAXHelper
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class BsoSAXHelper
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
BsoSAXHelper()
           
 
Method Summary
 java.lang.String[] getIds()
           
 void startElement(java.lang.String uri, java.lang.String name, java.lang.String qName, org.xml.sax.Attributes atts)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BsoSAXHelper

public BsoSAXHelper()
Method Detail

getIds

public java.lang.String[] getIds()

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

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.