net.rim.device.api.xml.jaxp
Class WBXMLCodeBookCreationHandler
java.lang.Object
|
+--org.xml.sax.helpers.DefaultHandler
|
+--net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
- All Implemented Interfaces:
- RIMWBXMLHandler
- public class WBXMLCodeBookCreationHandler
- extends DefaultHandler
- implements RIMWBXMLHandler
- Since:
- JDE 4.0.0
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
WBXMLCodeBookCreationHandler
public WBXMLCodeBookCreationHandler()
- Since:
- JDE 4.0.0
getTagTable
public IntHashtable getTagTable()
- Since:
- JDE 4.0.0
getAttrStartTable
public IntHashtable getAttrStartTable()
- Since:
- JDE 4.0.0
getAttrValueTable
public IntHashtable getAttrValueTable()
- Since:
- JDE 4.0.0
getCodeBookID
public String getCodeBookID()
- Since:
- JDE 4.0.0
getCodeBookHash
public long getCodeBookHash()
- Since:
- JDE 4.0.0
startElement
public void startElement(int ElementCode,
String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Description copied from interface:
RIMWBXMLHandler
- Receive notification of the start of an element.
By default, do nothing. Application writers may override this
method in a subclass to take specific actions at the start of
each element (such as allocating a new tree node or writing
output to a file).
- Specified by:
startElement in interface RIMWBXMLHandler
- Since:
- JDE 4.0.0
endElement
public void endElement(int ElementCode,
String uri,
String localName,
String qName)
throws SAXException
- Description copied from interface:
RIMWBXMLHandler
- Receive notification of the end of an element.
By default, do nothing. Application writers may override this
method in a subclass to take specific actions at the end of
each element (such as finalising a tree node or writing
output to a file).
- Specified by:
endElement in interface RIMWBXMLHandler
- Since:
- JDE 4.0.0
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.