public class EFDHelper extends DefaultHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
EFDHelper.Field |
static class |
EFDHelper.Key
This class stores information about a key.
|
| Constructor and Description |
|---|
EFDHelper(InputStream in) |
EFDHelper(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName) |
int |
getKeyCount()
Return the number of keys.
|
EFDHelper.Key[] |
getKeys()
Return an array containing all the keys.
|
CobolVarHelper |
getVarHelper()
Convenient method for getVarHelper (CobolVarHelper.
|
CobolVarHelper |
getVarHelper(int opts)
Returns the structured variable built on the XML description.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic EFDHelper(String fileName) throws IOException
IOExceptionpublic EFDHelper(InputStream in) throws IOException
IOExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic CobolVarHelper getVarHelper(int opts)
opts - an integer according to the compiler optionspublic CobolVarHelper getVarHelper()
public int getKeyCount()
public EFDHelper.Key[] getKeys()