public class VerbatimHandler extends BaseHandler<VerbatimHandler> implements IDocVerbatim
IDocVerbatim.Types
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
VerbatimHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
void |
endVerbatim() |
IDoc.Kind |
kind() |
void |
startVerbatim(org.xml.sax.Attributes attrib,
IDocVerbatim.Types type) |
java.lang.String |
text() |
IDocVerbatim.Types |
type() |
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
public VerbatimHandler(IBaseHandler parent)
public void startVerbatim(org.xml.sax.Attributes attrib, IDocVerbatim.Types type)
public void endVerbatim()
public java.lang.String text()
text
in interface IDocVerbatim
public IDocVerbatim.Types type()
type
in interface IDocVerbatim