// If we have a registered code for this element
ElementNameCode nameCode = context.getElementNames().create(name);
WBSAXContentHandler contentHandler = context.getContentHandler();
if (nameCode != null) {
// Start the element with the name code
contentHandler.startElement(nameCode, attributes, content);
} else {
// There was no code for the element in the token table.
// So, we fall back to starting the element with a literal
// name, and hope the device understands it.
StringReference nameRef =