|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.xml.sax.helpers.XMLFilterImpl
|
+--org.apache.cocoon.components.language.markup.Logicsheet.SaveNamespaceFilter
This filter listen for source SAX events, and register the declared
namespaces into a Map object.
XMLFilter,
ContentHandler| Constructor Summary | |
Logicsheet.SaveNamespaceFilter(java.util.Map originalNamepaces)
The contructor needs an initialized Map object where it
can store the found namespace declarations. |
|
| Method Summary | |
void |
setParent(org.xml.sax.XMLReader reader)
|
void |
startDocument()
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
|
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Logicsheet.SaveNamespaceFilter(java.util.Map originalNamepaces)
Map object where it
can store the found namespace declarations.originalNamepaces - a initialized Map instance.| Method Detail |
public void setParent(org.xml.sax.XMLReader reader)
setParent in class org.xml.sax.helpers.XMLFilterImpl
public void startDocument()
throws org.xml.sax.SAXException
startDocument in class org.xml.sax.helpers.XMLFilterImpl
public void startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
throws org.xml.sax.SAXException
startPrefixMapping in class org.xml.sax.helpers.XMLFilterImpl
public void startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
startElement in class org.xml.sax.helpers.XMLFilterImpl
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||