org.apache.cocoon.forms.datatype
Class DynamicSelectionList.SelectionListHandler
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
- All Implemented Interfaces:
- Poolable, Recyclable, org.apache.cocoon.xml.XMLPipe, org.apache.cocoon.xml.XMLProducer, XMLConsumer, ContentHandler, LexicalHandler
- Enclosing class:
- DynamicSelectionList
public class DynamicSelectionList.SelectionListHandler
- extends org.apache.cocoon.xml.AbstractXMLPipe
XMLConsumer used to handle selection lists generated on the fly.
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer |
Method Summary |
void |
characters(char[] c,
int start,
int len)
|
void |
comment(char[] ch,
int start,
int len)
|
void |
endCDATA()
|
void |
endDocument()
|
void |
endDTD()
|
void |
endElement(String namespaceURI,
String localName,
String qName)
|
void |
endEntity(String name)
|
void |
endPrefixMapping(String prefix)
|
void |
ignorableWhitespace(char[] c,
int start,
int len)
|
void |
processingInstruction(String target,
String data)
|
void |
skippedEntity(String name)
|
void |
startCDATA()
|
void |
startDocument()
|
void |
startDTD(String name,
String publicId,
String systemId)
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes attributes)
|
void |
startEntity(String name)
|
void |
startPrefixMapping(String prefix,
String uri)
|
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
setDocumentLocator |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
recycle, setConsumer, setContentHandler, setLexicalHandler |
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.xml.XMLProducer |
setConsumer |
DynamicSelectionList.SelectionListHandler
public DynamicSelectionList.SelectionListHandler(Locale locale)
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endDTD
public void endDTD()
throws SAXException
- Specified by:
endDTD
in interface LexicalHandler
- Overrides:
endDTD
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
startDTD
public void startDTD(String name,
String publicId,
String systemId)
throws SAXException
- Specified by:
startDTD
in interface LexicalHandler
- Overrides:
startDTD
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
comment
public void comment(char[] ch,
int start,
int len)
throws SAXException
- Specified by:
comment
in interface LexicalHandler
- Overrides:
comment
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
- Specified by:
startPrefixMapping
in interface ContentHandler
- Overrides:
startPrefixMapping
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
- Specified by:
endPrefixMapping
in interface ContentHandler
- Overrides:
endPrefixMapping
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
characters
public void characters(char[] c,
int start,
int len)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] c,
int start,
int len)
throws SAXException
- Specified by:
ignorableWhitespace
in interface ContentHandler
- Overrides:
ignorableWhitespace
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
- Specified by:
processingInstruction
in interface ContentHandler
- Overrides:
processingInstruction
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
skippedEntity
public void skippedEntity(String name)
throws SAXException
- Specified by:
skippedEntity
in interface ContentHandler
- Overrides:
skippedEntity
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
startEntity
public void startEntity(String name)
throws SAXException
- Specified by:
startEntity
in interface LexicalHandler
- Overrides:
startEntity
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endEntity
public void endEntity(String name)
throws SAXException
- Specified by:
endEntity
in interface LexicalHandler
- Overrides:
endEntity
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
startCDATA
public void startCDATA()
throws SAXException
- Specified by:
startCDATA
in interface LexicalHandler
- Overrides:
startCDATA
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
endCDATA
public void endCDATA()
throws SAXException
- Specified by:
endCDATA
in interface LexicalHandler
- Overrides:
endCDATA
in class org.apache.cocoon.xml.AbstractXMLPipe
- Throws:
SAXException
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.