|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.xml.sax.NamespaceAdapter
Field Summary | |
protected com.ibm.xml.sax.NamespaceAdapter.NamespaceAttributeListImpl |
attlist
|
protected java.util.Stack |
elementStack
|
protected ErrorHandler |
errorHandler
|
protected NamespaceDocumentHandler |
handler
|
protected Locator |
lastLocator
|
protected Parser |
parser
|
Constructor Summary | |
NamespaceAdapter()
|
|
NamespaceAdapter(Parser parser)
|
|
NamespaceAdapter(java.lang.String saxParserName)
|
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Applications must not call this method. |
void |
endDocument()
Applications must not call this method. |
void |
endElement(java.lang.String name)
Applications must not call this method. |
void |
error(SAXParseException exception)
Applications must not call this method. |
void |
fatalError(SAXParseException exception)
Applications must not call this method. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Applications must not call this method. |
void |
parse(InputSource source)
|
void |
parse(java.lang.String systemId)
|
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Applications must not call this method. |
java.lang.String |
searchForNamespace(java.lang.String prefix)
|
void |
setDocumentHandler(NamespaceDocumentHandler handler)
|
void |
setDocumentLocator(Locator locator)
Applications must not call this method. |
void |
setDTDHandler(DTDHandler handler)
|
void |
setEntityResolver(EntityResolver resolver)
|
void |
setErrorHandler(ErrorHandler handler)
|
void |
setLocale(java.util.Locale locale)
|
void |
startDocument()
Applications must not call this method. |
void |
startElement(java.lang.String name,
AttributeList atts)
Applications must not call this method. |
void |
warning(SAXParseException exception)
Applications must not call this method. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected NamespaceDocumentHandler handler
protected ErrorHandler errorHandler
protected java.util.Stack elementStack
protected com.ibm.xml.sax.NamespaceAdapter.NamespaceAttributeListImpl attlist
protected Locator lastLocator
protected Parser parser
Constructor Detail |
public NamespaceAdapter() throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.ClassCastException
ParserFactory.makeParser()
public NamespaceAdapter(java.lang.String saxParserName) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.ClassCastException
saxParserName
- A class name of SAX Parser.ParserFactory.makeParser(java.lang.String)
public NamespaceAdapter(Parser parser)
Method Detail |
public void parse(InputSource source) throws SAXException, java.io.IOException
public void parse(java.lang.String systemId) throws SAXException, java.io.IOException
public void setDocumentHandler(NamespaceDocumentHandler handler)
public void setDTDHandler(DTDHandler handler)
public void setEntityResolver(EntityResolver resolver)
public void setErrorHandler(ErrorHandler handler)
public void setLocale(java.util.Locale locale) throws SAXException
public void startElement(java.lang.String name, AttributeList atts) throws SAXException
public void endElement(java.lang.String name) throws SAXException
public java.lang.String searchForNamespace(java.lang.String prefix) throws SAXException
public void setDocumentLocator(Locator locator)
public void startDocument() throws SAXException
public void endDocument() throws SAXException
public void characters(char[] ch, int start, int length) throws SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
public void processingInstruction(java.lang.String target, java.lang.String data) throws SAXException
public void warning(SAXParseException exception) throws SAXException
public void error(SAXParseException exception) throws SAXException
public void fatalError(SAXParseException exception) throws SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |