| java.lang.Object org.xml.sax.helpers.DefaultHandler org.jasig.portal.car.DefaultChanPubInnerHandler
DefaultChanPubInnerHandler | public class DefaultChanPubInnerHandler extends DefaultHandler (Code) | | Buffers a single channel definition located in a CAR
channel-definition block and delegates to the chanpub
ChannelPublisher to publish the channel. Also strips our groups
and categories definitions since groups and categories can change
from site to site. If not specified then ChannelPublisher will
place in the "Auto-Published" category and grant access to
admins. Then admins can determine in what category it should be
placed and to whom it should be granted.
author: Mark Boyd mark.boyd@engineer.com version: $Revision: 36690 $ |
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|