com.ibm.portal.spa.parser
Interface FilenameContentHandler


public interface FilenameContentHandler

Callback interface used to tokenize filenames

Since:
8.5

Field Summary
static java.lang.String ATTR_DEVICE_CLASS
          device class attribute
static java.lang.String ATTR_LOCALE
          locale attribute
 
Method Summary
 void endDocument()
          Signaled after the parsing is complete.
 void endFilename(java.lang.String baseName)
           
 void startDocument()
           
 void startFilename(java.lang.String baseName, org.xml.sax.Attributes atts)
           
 

Field Detail

ATTR_DEVICE_CLASS

static final java.lang.String ATTR_DEVICE_CLASS
device class attribute

See Also:
Constant Field Values

ATTR_LOCALE

static final java.lang.String ATTR_LOCALE
locale attribute

See Also:
Constant Field Values
Method Detail

endDocument

void endDocument()
                 throws java.io.IOException
Signaled after the parsing is complete.

Throws:
java.io.IOException

endFilename

void endFilename(java.lang.String baseName)
                 throws java.io.IOException
Throws:
java.io.IOException

startDocument

void startDocument()
                   throws java.io.IOException
Throws:
java.io.IOException

startFilename

void startFilename(java.lang.String baseName,
                   org.xml.sax.Attributes atts)
                   throws java.io.IOException
Throws:
java.io.IOException