com.ibm.as400.ui.framework
Class XMLDeckPaneDefinition

java.lang.Object
  extended by com.ibm.as400.ui.framework.XMLDeckPaneDefinition
All Implemented Interfaces:
Serializable, DocumentHandler

public class XMLDeckPaneDefinition
extends Object
implements Serializable, DocumentHandler

See Also:
Serialized Form

Constructor Summary
Constructor and Description
XMLDeckPaneDefinition(String sName)
           
XMLDeckPaneDefinition(String baseName, Locale locale)
           
XMLDeckPaneDefinition(String baseName, Locale locale, String deckPaneName)
           
XMLDeckPaneDefinition(String baseName, ResourceBundle properties, String paneName, String sxml, PanelDefinitionsDescriptor pdd)
           
 
Method Summary
Modifier and Type Method and Description
 void characters(char[] ch, int start, int length)
          This is a SAX ContentHandler method.
 void dump()
           
 void endDocument()
          This is a SAX DocumentHandler method.
 void endElement(String name)
          This is a SAX ContentHandler method.
 void endPrefixMapping(String prefix)
           
 DeckPaneDescriptor getDeckPane()
           
 PanelDefinitionsDescriptor getDeckPaneDefinitions()
           
 Vector getPanes()
           
 void ignorableWhitespace(char[] ch, int start, int length)
          This is a SAX DocumentHandler method.
static void main(String[] args)
           
 void processingInstruction(String target, String data)
          This is a SAX DocumentHandler method.
 void setDocumentLocator(Locator locator)
          This is a SAX DocumentHandler method.
 void skippedEntity(String name)
           
 void startDocument()
          This is a SAX DocumentHandler method.
 void startElement(String name, AttributeList attributeList)
          This is a SAX ContentHandler method.
 void startPrefixMapping(String prefix, String uri)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLDeckPaneDefinition

public XMLDeckPaneDefinition(String baseName,
                             Locale locale,
                             String deckPaneName)
                      throws MissingResourceException,
                             IOException,
                             ParseException,
                             PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLDeckPaneDefinition

public XMLDeckPaneDefinition(String baseName,
                             Locale locale)
                      throws MissingResourceException,
                             IOException,
                             ParseException,
                             PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLDeckPaneDefinition

public XMLDeckPaneDefinition(String baseName,
                             ResourceBundle properties,
                             String paneName,
                             String sxml,
                             PanelDefinitionsDescriptor pdd)
                      throws MissingResourceException,
                             IOException,
                             ParseException,
                             PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLDeckPaneDefinition

public XMLDeckPaneDefinition(String sName)
Method Detail

main

public static void main(String[] args)

getDeckPaneDefinitions

public PanelDefinitionsDescriptor getDeckPaneDefinitions()

getDeckPane

public DeckPaneDescriptor getDeckPane()

getPanes

public Vector getPanes()

toString

public String toString()
Overrides:
toString in class Object

dump

public void dump()

startDocument

public void startDocument()
This is a SAX DocumentHandler method.

Specified by:
startDocument in interface DocumentHandler

endDocument

public void endDocument()
This is a SAX DocumentHandler method.

Specified by:
endDocument in interface DocumentHandler

startElement

public void startElement(String name,
                         AttributeList attributeList)
This is a SAX ContentHandler method.

Specified by:
startElement in interface DocumentHandler

endElement

public void endElement(String name)
This is a SAX ContentHandler method.

Specified by:
endElement in interface DocumentHandler

characters

public void characters(char[] ch,
                       int start,
                       int length)
This is a SAX ContentHandler method.

Specified by:
characters in interface DocumentHandler

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
This is a SAX DocumentHandler method.

Specified by:
ignorableWhitespace in interface DocumentHandler

processingInstruction

public void processingInstruction(String target,
                                  String data)
This is a SAX DocumentHandler method.

Specified by:
processingInstruction in interface DocumentHandler

setDocumentLocator

public void setDocumentLocator(Locator locator)
This is a SAX DocumentHandler method.

Specified by:
setDocumentLocator in interface DocumentHandler

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)

endPrefixMapping

public void endPrefixMapping(String prefix)

skippedEntity

public void skippedEntity(String name)