| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultXulContentHandler
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
The atomXXX
methods generate complete ATOM tags, consisting of
the start tag, an optional body and an end tag.
The startXXX
methods are provided for convenience for those
cases when no extra attributes are required for a starting element.
The dateTime
methods write a date string in RFC3339 date
format into a text() element.
The uri
methods serialize URIs into a text() element.
The text
methods serialize text() elements.
Method Summary | |
---|---|
void | startMenuItem()
|
void | startPopup()
|
void | startPopupSet()
|
void | xulMenuItem()
|
Methods inherited from interface com.ibm.portal.resolver.xml.DefaultContentHandler |
---|
dateTime, dateTime, getInnerContentHandler, getWriter, number, number, text, text, uri, uri, uri, uri |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
---|
void startPopupSet() throws org.xml.sax.SAXException
void startPopup() throws org.xml.sax.SAXException
void startMenuItem() throws org.xml.sax.SAXException
void xulMenuItem() throws org.xml.sax.SAXException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |