public class DocHandler extends BaseHandler<DocHandler> implements IDocRoot
Modifier and Type | Field and Description |
---|---|
static org.cakelab.jdoxml.impl.dochandler.HighlightMapper |
s_highlightMapper |
static TypeNameMapper |
s_typeMapper |
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
DocHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IDoc> |
contents() |
void |
endDoc() |
static void |
exit() |
static void |
init() |
IDocInternal |
internal() |
IDoc.Kind |
kind() |
void |
startDoc(org.xml.sax.Attributes attrib) |
void |
startInternal(org.xml.sax.Attributes attrib) |
void |
startParagraph(org.xml.sax.Attributes attrib) |
void |
startSect1(org.xml.sax.Attributes attrib) |
void |
startTitle(org.xml.sax.Attributes attrib) |
java.lang.String |
text() |
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 static TypeNameMapper s_typeMapper
public static org.cakelab.jdoxml.impl.dochandler.HighlightMapper s_highlightMapper
public DocHandler(IBaseHandler parent)
public static void init()
public static void exit()
public void startDoc(org.xml.sax.Attributes attrib)
public void endDoc()
public void startParagraph(org.xml.sax.Attributes attrib)
public void startSect1(org.xml.sax.Attributes attrib)
public void startTitle(org.xml.sax.Attributes attrib)
public void startInternal(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IDoc> contents()
public IDocInternal internal()