|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.ui.tools.DataBeanGenerator
public class DataBeanGenerator extends Object implements DocumentHandler
| Constructor and Description |
|---|
DataBeanGenerator(String sxml)
|
DataBeanGenerator(String sxml,
Locale locale)
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(String name)
This is a SAX ContentHandler method. |
void |
endPrefixMapping(String prefix)
This is a SAX ContentHandler method. |
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()
|
void |
startElement(String name,
AttributeList attrList)
|
void |
startPrefixMapping(String prefix,
String uri)
This is a SAX ContentHandler method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataBeanGenerator(String sxml)
throws FileNotFoundException,
IOException,
ParseException,
MissingResourceException
FileNotFoundExceptionIOExceptionParseExceptionMissingResourceException
public DataBeanGenerator(String sxml,
Locale locale)
throws FileNotFoundException,
IOException,
ParseException,
MissingResourceException
FileNotFoundExceptionIOExceptionParseExceptionMissingResourceException| Method Detail |
|---|
public void startDocument()
startDocument in interface DocumentHandlerpublic void endDocument()
endDocument in interface DocumentHandler
public void startElement(String name,
AttributeList attrList)
startElement in interface DocumentHandlerpublic void endElement(String name)
endElement in interface DocumentHandler
public void characters(char[] ch,
int start,
int length)
characters in interface DocumentHandler
public void ignorableWhitespace(char[] ch,
int start,
int length)
ignorableWhitespace in interface DocumentHandler
public void processingInstruction(String target,
String data)
processingInstruction in interface DocumentHandlerpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface DocumentHandlerpublic void skippedEntity(String name)
public void startPrefixMapping(String prefix,
String uri)
public void endPrefixMapping(String prefix)
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||