|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
jlibs.xml.sax.helpers.NamespaceSupportReader
public class NamespaceSupportReader
| Field Summary | |
|---|---|
protected MyNamespaceSupport |
nsSupport
|
| Constructor Summary | |
|---|---|
NamespaceSupportReader(boolean nsPrefixes)
|
|
NamespaceSupportReader(XMLReader parent)
|
|
| Method Summary | |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
|
MyNamespaceSupport |
getNamespaceSupport()
|
void |
parse(InputSource is,
org.xml.sax.helpers.DefaultHandler handler)
|
void |
parse(String systemId,
org.xml.sax.helpers.DefaultHandler handler)
|
void |
setDefaultHandler(org.xml.sax.helpers.DefaultHandler handler)
|
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
|---|
characters, endDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MyNamespaceSupport nsSupport
| Constructor Detail |
|---|
public NamespaceSupportReader(boolean nsPrefixes)
throws ParserConfigurationException,
SAXException
ParserConfigurationException
SAXExceptionpublic NamespaceSupportReader(XMLReader parent)
| Method Detail |
|---|
public MyNamespaceSupport getNamespaceSupport()
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.XMLFilterImplSAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class org.xml.sax.helpers.XMLFilterImplSAXException
public void startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXException
public void endElement(String uri,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.XMLFilterImplSAXException
public void setDefaultHandler(org.xml.sax.helpers.DefaultHandler handler)
throws SAXNotSupportedException,
SAXNotRecognizedException
SAXNotSupportedException
SAXNotRecognizedException
public void parse(InputSource is,
org.xml.sax.helpers.DefaultHandler handler)
throws IOException,
SAXException
IOException
SAXException
public void parse(String systemId,
org.xml.sax.helpers.DefaultHandler handler)
throws IOException,
SAXException
IOException
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||