Class MarkupHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseFallBackHandler<MarkupHandler>
-
- org.cakelab.jdoxml.impl.dochandler.MarkupHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class MarkupHandler extends BaseFallBackHandler<MarkupHandler>
Handles markup commands in the XML input.
-
-
Constructor Summary
Constructors Constructor Description MarkupHandler(java.util.List<IDoc> children, java.lang.String curString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endBold()
void
endCenter()
void
endComputerOutput()
void
endEmphasis()
void
endHeading1()
void
endHeading2()
void
endHeading3()
void
endHeading4()
void
endHeading5()
void
endHeading6()
void
endPreformatted()
void
endSmallFont()
void
endSubscript()
void
endSuperscript()
void
startBold(org.xml.sax.Attributes attrib)
void
startCenter(org.xml.sax.Attributes attrib)
void
startComputerOutput(org.xml.sax.Attributes attrib)
void
startEmphasis(org.xml.sax.Attributes attrib)
void
startHeading1(org.xml.sax.Attributes attrib)
void
startHeading2(org.xml.sax.Attributes attrib)
void
startHeading3(org.xml.sax.Attributes attrib)
void
startHeading4(org.xml.sax.Attributes attrib)
void
startHeading5(org.xml.sax.Attributes attrib)
void
startHeading6(org.xml.sax.Attributes attrib)
void
startPreformatted(org.xml.sax.Attributes attrib)
void
startSmallFont(org.xml.sax.Attributes attrib)
void
startSubscript(org.xml.sax.Attributes attrib)
void
startSuperscript(org.xml.sax.Attributes attrib)
-
Methods inherited from class org.cakelab.jdoxml.impl.basehandler.BaseFallBackHandler
addEndHandler, addEndHandler, addStartHandler, addStartHandler, handleEndElement, handleStartElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
MarkupHandler
public MarkupHandler(java.util.List<IDoc> children, java.lang.String curString)
-
-
Method Detail
-
startBold
public void startBold(org.xml.sax.Attributes attrib)
-
endBold
public void endBold()
-
startEmphasis
public void startEmphasis(org.xml.sax.Attributes attrib)
-
endEmphasis
public void endEmphasis()
-
startComputerOutput
public void startComputerOutput(org.xml.sax.Attributes attrib)
-
endComputerOutput
public void endComputerOutput()
-
startCenter
public void startCenter(org.xml.sax.Attributes attrib)
-
endCenter
public void endCenter()
-
startSmallFont
public void startSmallFont(org.xml.sax.Attributes attrib)
-
endSmallFont
public void endSmallFont()
-
startSubscript
public void startSubscript(org.xml.sax.Attributes attrib)
-
endSubscript
public void endSubscript()
-
startSuperscript
public void startSuperscript(org.xml.sax.Attributes attrib)
-
endSuperscript
public void endSuperscript()
-
startPreformatted
public void startPreformatted(org.xml.sax.Attributes attrib)
-
endPreformatted
public void endPreformatted()
-
startHeading1
public void startHeading1(org.xml.sax.Attributes attrib)
-
endHeading1
public void endHeading1()
-
startHeading2
public void startHeading2(org.xml.sax.Attributes attrib)
-
endHeading2
public void endHeading2()
-
startHeading3
public void startHeading3(org.xml.sax.Attributes attrib)
-
endHeading3
public void endHeading3()
-
startHeading4
public void startHeading4(org.xml.sax.Attributes attrib)
-
endHeading4
public void endHeading4()
-
startHeading5
public void startHeading5(org.xml.sax.Attributes attrib)
-
endHeading5
public void endHeading5()
-
startHeading6
public void startHeading6(org.xml.sax.Attributes attrib)
-
endHeading6
public void endHeading6()
-
-