com.ibm.as400.ui.framework
Class XMLPropertySheetDefinition

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

public class XMLPropertySheetDefinition
extends Object
implements Serializable, DocumentHandler

See Also:
Serialized Form

Constructor Summary
Constructor and Description
XMLPropertySheetDefinition(String sName)
           
XMLPropertySheetDefinition(String baseName, Locale locale)
           
XMLPropertySheetDefinition(String baseName, Locale locale, String propertySheetName)
           
XMLPropertySheetDefinition(String baseName, ResourceBundle properties, String name, 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)
          This is a SAX ContentHandler method.
 PropertySheetDescriptor getPropertySheet()
           
 PanelDefinitionsDescriptor getPropertySheetDefinitions()
           
 Vector getPropertySheetPages()
           
 void ignorableWhitespace(char[] ch, int start, int length)
          This is a SAX ContentHandler method.
static void main(String[] args)
           
 void processingInstruction(String target, String data)
          This is a SAX ContentHandler method.
 void setDocumentLocator(Locator locator)
          This is a SAX ContentHandler method.
 void skippedEntity(String name)
          This is a SAX ContentHandler method.
 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)
          This is a SAX ContentHandler method.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLPropertySheetDefinition

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

XMLPropertySheetDefinition

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

XMLPropertySheetDefinition

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

XMLPropertySheetDefinition

public XMLPropertySheetDefinition(String sName)
Method Detail

main

public static void main(String[] args)

getPropertySheetDefinitions

public PanelDefinitionsDescriptor getPropertySheetDefinitions()

getPropertySheet

public PropertySheetDescriptor getPropertySheet()

getPropertySheetPages

public Vector getPropertySheetPages()

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 ContentHandler method.

Specified by:
ignorableWhitespace in interface DocumentHandler

processingInstruction

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

Specified by:
processingInstruction in interface DocumentHandler

setDocumentLocator

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

Specified by:
setDocumentLocator in interface DocumentHandler

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
This is a SAX ContentHandler method.


endPrefixMapping

public void endPrefixMapping(String prefix)
This is a SAX ContentHandler method.


skippedEntity

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