public class JNDISAXParser extends SEMPSAXParser
| Constructor and Description |
|---|
JNDISAXParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
static String |
createLookupRequest(String name) |
void |
endElement(String uri,
String localName,
String qName) |
JNDIObjectList |
parse(String str) |
void |
startElement(String s,
String s1,
String s2,
Attributes attributes1) |
getCode, getComment, getParseError, getReason, getReasonCode, isSuccessfulattributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startDTD, startEntityendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic JNDISAXParser()
throws ParserConfigurationException,
SAXException
public JNDIObjectList parse(String str) throws JNDIException
JNDIExceptionpublic void startElement(String s, String s1, String s2, Attributes attributes1) throws SAXException
startElement in interface ContentHandlerstartElement in class SEMPSAXParserSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class SEMPSAXParserSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class SEMPSAXParserSAXExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.