Modifier and Type | Method and Description |
---|---|
void |
DefaultDoxia.parse(java.io.Reader source,
java.lang.String parserId,
Sink sink)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
void |
Doxia.parse(java.io.Reader source,
java.lang.String parserId,
Sink sink)
Parses the given source model using a parser with given id,
and emits Doxia events into the given sink.
|
Modifier and Type | Class and Description |
---|---|
class |
AptParseException
Wraps an exception when parsing apt source documents.
|
Modifier and Type | Method and Description |
---|---|
void |
AptParser.parse(java.io.Reader source,
Sink sink) |
void |
AptParser.parse(java.io.Reader source,
Sink sink,
java.lang.String reference) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Block> |
ConfluenceParser.parse(ByLineSource source) |
void |
ConfluenceParser.parse(java.io.Reader source,
Sink sink) |
void |
ConfluenceParser.parse(java.io.Reader source,
Sink sink,
java.lang.String reference) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
FigureBlockParser.appendUntilEmptyLine(ByLineSource source)
Slurp lines from the source starting with the given line appending them together into a StringBuilder until an
empty line is reached, and while the source contains more lines.
|
private java.lang.String |
ParagraphBlockParser.appendUntilEmptyLine(java.lang.String line,
ByLineSource source)
Slurp lines from the source starting with the given line appending them together into a StringBuilder until an
empty line is reached, and while the source contains more lines.
|
Block |
FigureBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
HorizontalRuleBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
SectionBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
ParagraphBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
VerbatimBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
DefinitionListBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
BlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
ParagraphBlockParser.visit(java.lang.String line,
ByLineSource source,
boolean generateParagraphTags)
Visit the Block.
|
Modifier and Type | Method and Description |
---|---|
Block |
ListBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Modifier and Type | Method and Description |
---|---|
private Block |
TableBlockParser.parseLine(java.lang.String text,
ByLineSource source) |
Block |
TableBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Modifier and Type | Method and Description |
---|---|
void |
FmlParser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
private void |
FmlParser.writeFaqs(Sink sink)
Writes the faqs to the specified sink.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Block> |
TWikiParser.parse(ByLineSource source)
parse.
|
void |
TWikiParser.parse(java.io.Reader source,
Sink sink) |
void |
TWikiParser.parse(java.io.Reader source,
Sink sink,
java.lang.String reference) |
Modifier and Type | Method and Description |
---|---|
Block |
GenericListBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
SectionBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
ParagraphBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
VerbatimBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
TableBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
HRuleBlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Block |
BlockParser.visit(java.lang.String line,
ByLineSource source)
visit.
|
Modifier and Type | Method and Description |
---|---|
void |
XdocParser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
void |
XhtmlParser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
void |
XhtmlBaseParser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
void |
AbstractXmlParser.parse(java.io.Reader source,
Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
void |
Parser.parse(java.io.Reader source,
Sink sink,
java.lang.String reference)
Parses the given source model and emits Doxia events into the given sink.
|
void |
AbstractParser.parse(java.io.Reader source,
Sink sink,
java.lang.String reference) |
void |
AbstractParser.parse(java.lang.String string,
Sink sink)
Convenience method to parse an arbitrary string and emit events into the given sink.
|
void |
AbstractXmlParser.parse(java.lang.String string,
Sink sink)
Convenience method to parse an arbitrary string and emit events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ByLineReaderSource.getNextLine()
getNextLine.
|
java.lang.String |
ByLineSource.getNextLine()
getNextLine.
|
void |
XmlValidator.validate(java.lang.String content)
Validate an XML content with SAX.
|