02/28/2005
 

com.epicentric.portalbeans
Class PortalBeanFileItem

java.lang.Object
  |
  +--org.xml.sax.HandlerBase
        |
        +--com.epicentric.portalbeans.StackableHandlerBase
              |
              +--com.epicentric.portalbeans.PortalBeanFileItem
All Implemented Interfaces:
DocumentHandler, DTDHandler, EntityResolver, ErrorHandler

Deprecated. since 7.0, to be removed in 9.0 or later. No replacement.

public class PortalBeanFileItem
extends com.epicentric.portalbeans.StackableHandlerBase

This structure is never used by any part of the portal, nor is it creatable by any code outside the portalbean package.


Method Summary
 void characters(char[] content, int offset, int len)
           
 void endElement(String name)
           
protected  void endElement0()
           
protected  boolean getBooleanField(Map attributes, String attribute, boolean def)
           
static CollationKey getCollationKey(String value)
           
protected  int getIntegerField(Map attributes, String attribute, int def)
           
protected  com.epicentric.portalbeans.StackableHandlerBase getNewElement(CollationKey nameKey)
           
protected  String getStringField(Map attributes, String attribute, String def, boolean required)
           
 void startElement(String name, AttributeList attributeList)
           
protected  void startElement0(Map attributes)
          Deprecated.  
 String toString()
          Deprecated. String representation
 
Methods inherited from class org.xml.sax.HandlerBase
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Deprecated. 
String representation
Overrides:
toString in class Object

startElement0

protected void startElement0(Map attributes)
                      throws SAXException
Deprecated. 
Overrides:
startElement0 in class com.epicentric.portalbeans.StackableHandlerBase

endElement0

protected void endElement0()
                    throws SAXException

getNewElement

protected com.epicentric.portalbeans.StackableHandlerBase getNewElement(CollationKey nameKey)
                                                                 throws SAXException

getStringField

protected String getStringField(Map attributes,
                                String attribute,
                                String def,
                                boolean required)
                         throws SAXException

getIntegerField

protected int getIntegerField(Map attributes,
                              String attribute,
                              int def)

getBooleanField

protected boolean getBooleanField(Map attributes,
                                  String attribute,
                                  boolean def)

startElement

public void startElement(String name,
                         AttributeList attributeList)
                  throws SAXException
Overrides:
startElement in class HandlerBase

characters

public void characters(char[] content,
                       int offset,
                       int len)
                throws SAXException
Overrides:
characters in class HandlerBase

endElement

public void endElement(String name)
                throws SAXException
Overrides:
endElement in class HandlerBase

getCollationKey

public static CollationKey getCollationKey(String value)

02/28/2005
 

Copyright and Trademark Notices