GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaMethod DocxConverterEmpty.main(args)
Sm
main()
- executable method
- works with files
class DocxConverterEmpty
Creates a docx document from DocxRenderer provided empty.md and empty.xml
- provides main()
- works with files
sourcejavadoc
S
getResourceString()
IRender
class DocxRenderer
Renders a tree of nodes to docx4j API.
println()
external
class? PrintStream
S
builder()
IParse
class Parser
Parses input text to a tree of nodes. Start with the #builder method, configure the ...
O
build()
BuilderBase
class Parser.Builder
Builder for configuring a Parser .
S
builder()
Create a new builder for configuring the DocxRenderer.
O
build()
BuilderBase...
class DocxRenderer.Builder
Builder for configuring an DocxRenderer . See methods for default configuration.
O
parse()
Parse the specified input text into a tree of nodes. <p> Note that this method is th...
O
render()
Render the tree of nodes to DocX.
S
getDefaultTemplate()
render()
Render a node to the given word processing package
File()
external
class? File
save()
external
class? OpcPackage
S
getResourceInputStream()
InputStreamReader()
external
class? InputStreamReader
BufferedReader()
external
class? BufferedReader
readLine()
RuntimeException()
external
class? RuntimeException
Builder()
loadExtensions()
MutableDataSet
abstract class BuilderBase
O
contains()
DataHolder
class DataSet
O
get()
DataKeyBase
class DataKey
NOTE: Constructors have changed in a breaking way from 0.50.x and prior implementati...
extensions()
size()
external
class? Collection
Abstract
preloadExtension()
Preload operation for extension, perform any data config and other operation needed ...
Abstract
loadExtension()
Load extension if it is valid
set()
Tracks keys set by extension initialization
addExtensionApiPoint()
Call to add extension API point to track
Parser()
O
toImmutable()
DataSet...
class MutableDataSet
S
calculateBlockParserFactories()
ParserState
class DocumentParser
getLeadInHandler()
Dependent
interface CustomBlockParserFactory
Custom block parser factory to create parser instance specific block parser factory
MutableDataSet()
set()
S
calculateParagraphPreProcessors()
S
calculateBlockPreProcessors()
S
calculateDelimiterProcessors()
LightInlineParserImpl...
class InlineParserImpl
S
calculateDelimiterCharacters()
S
calculateLinkRefProcessors()
S
calculateSpecialCharacters()
S
calculatePostProcessors()
class PostProcessorManager
DataSet()
Abstract
getAll()
MutableDataSetter
interface DataHolder
S
resolveFlatDependencies()
class DependencyResolver
S
resolveDependencies()
DependentItemMap()
OrderedMap
class DependentItemMap
apply()
external
interface Function
containsKey()
class OrderedMap
size()
Abstract
affectsGlobalScope()
interface Dependent
DependentItem()
class DependentItem
put()
Abstract
getAfterDependents()
valueIterable()
addDependency()
addDependent()
get()
Abstract
getBeforeDependents()
Ref()
class Ref
valueIterator()
hasDependencies()
getValue()
hasDependents()
removeDependency()
contains()
class OrderedSet
size()
getIndexedValueProxy()
indexIterable()
IndexedIterable()
ReversibleIndexedIterable
class IndexedIterable
Indexed<V>Anonymous()
class OrderedMap.Indexed<V>Anonymous
BitSetIterable()
ReversibleIterable
class BitSetIterable
BitSetIterable()
indexOf()
S
ifNull()
indexIterator()
IndexedIterator()
ReversibleIndexedIterator
class IndexedIterator
BitSetIterator()
ReversibleIterator
class BitSetIterator
BitSetIterator()
isValidIndex()
set()
AsteriskDelimiterProcessor()
EmphasisDelimiterProcessor
class AsteriskDelimiterProcessor
S
addDelimiterProcessors()
UnderscoreDelimiterProcessor()
EmphasisDelimiterProcessor
class UnderscoreDelimiterProcessor
Abstract
getOpeningCharacter()
interface DelimiterProcessor
Custom delimiter processor for additional delimiters besides _ and * . Note that imp...
S
addDelimiterProcessorForChar()
Abstract
getClosingCharacter()
getCanonicalName()
external
class? Class
Abstract
getBracketNestingLevel()
Whether the element consists of nested [] inside the link ref. For example Wiki link...
interface LinkRefProcessorFactory
Processing of elements which are based on a link ref: [] or ![] This includes footno...
Abstract
getWantExclamationPrefix()
Whether the image ref is desired, if not then ! will be stripped off the prefix and ...
LinkRefProcessorData()
class LinkRefProcessorData
PostProcessorDependencyStage()
class PostProcessorManager.PostProcessorDependencyStage
Abstract
getNodeTypes()
A map of nodes of interest as keys and values a set of classes, if implemented by an...
Dependent
interface PostProcessorFactory
Builder()
DocxRenderer()
Abstract
inlineParser()
interface InlineParserFactory
DocumentParser()
S
of()
IRichSequence...
interface BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
parse()
The main parsing function. Returns a parsed document AST.
postProcess()
Abstract
getParsing()
interface LightInlineParser
Abstract
apply()
DocumentBlockParser()
AbstractBlockParser...
class DocumentBlockParser
activateBlockParser()
containsKey()
BlockTracker...
class ClassifyingBlockTracker
O
blockParserAdded()
containsKey()
class OrderedMultiMap
O
blockParserAdded()
Abstract
getBlock()
interface BlockParser
Parser for a specific block node. Implementations should subclass AbstractBlockParse...
putKeyValue()
S
create()
IRichSequenceBase...
abstract class BasedSequenceImpl
Implementation of BaseSequence
OS
create()
BasedSequenceImpl
class SubSequence
A BasedSequence implementation which wraps original CharSequence to provide a BasedS...
SubSequence()
initializeDocument()
O
getBlock()
Abstract
initializeDocument()
LightInlineParser
interface InlineParser
Parser for inline content (text, links, emphasized text, etc). This interface is not...
S
findLineBreak()
class Parsing
OAbstract
subSequence()
Get a portion of this sequence
incorporateLine()
Analyze a line of text and update the document appropriately. We parse markdown text...
finalizeAndProcess()
Document()
Block...
class Document
S
indexOfAny()
interface SequenceUtils
S
indexOfAny()
test()
interface CharPredicate
Interface for set of characters to use for inclusion exclusion tests Can be used for...
Abstract
test()
findNextNonSpace()
appendChild()
abstract class Node
BlankLine()
Block
class BlankLine
setClaimedBlankLine()
Abstract
tryContinue()
See if the block parser can continue parsing the current block
isFinalize()
BlockContinue
class BlockContinueImpl
finalize()
Finalize a block. Close it and do any necessary postprocessing, e.g. creating string...
getNewIndex()
setNewIndex()
getNewColumn()
setNewColumn()
getClaimedBlankLine()
O
isLastLineBlank()
breakOutOfLists()
Break out of all containing lists, resetting the tip of the document to the parent o...
Abstract
isInterruptible()
Allows block parsers to be interrupted by other block parsers
Abstract
isContainer()
S
isLetter()
findBlockStart()
Abstract
isRawText()
Allows block parsers to keep indenting spaces for those blocks that are interruptibl...
finalizeBlocks()
Finalize blocks of previous line.
getNewIndex()
BlockStart
class BlockStartImpl
getNewColumn()
isReplaceActiveBlockParser()
removeActiveBlockParser()
getBlockParsers()
addChild()
Add block parser of type T as a child of the currently active parsers. If the tip ca...
O
getActiveBlockParser()
Abstract
isParagraphParser()
addLine()
Add line content to the active block parser. We assume it can accept lines -- that c...
propagateLastLineBlank()
BlankLine()
ParagraphParser()
AbstractBlockParser
class ParagraphParser
unlink()
setParent()
setCharsFromContent()
Abstract
getSegments()
S
getLeadSegment()
S
getTrailSegment()
S
spanningChars()
Abstract
isNull()
SequenceUtils
interface IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
setChars()
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
S
min()
class Utils
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
S
max()
Abstract
baseSubSequence()
Get a portion of this sequence's base sequence <p> NOTE: this means that if this seq...
deactivateBlockParser()
O
getParent()
ContentNode
abstract class Block
getLastChild()
getFirstInChain()
insertChainAfter()
Append all from child to end of chain to this node
setCharsFromContentOnly()
Abstract
closeBlock()
Abstract
finalizeClosedBlock()
Used to clean up and prepare for the next parsing run of the AbstractBlockParser for...
getNext()
getEndOffset()
getPrevious()
isInstance()
insertAfter()
advance()
S
columnsToNextTabStop()
Abstract
breakOutOnDoubleBlankLine()
MatchedBlockParserImpl()
MatchedBlockParser
class MatchedBlockParserImpl
Abstract
canInterruptBy()
Allows block parsers to determine if they can be interrupted by other block parsers
Abstract
tryStart()
interface BlockParserFactory
Parser factory for a block node for determining when a block starts. Implementations...
O
blockParserRemoved()
O
blockParserRemoved()
removeKey()
Abstract
skipHostUpdate()
interface CollectionHost
getValue()
Pair()
Paired
class Pair
removing()
removeHosted()
validateIndex()
removeIndexHosted()
Abstract
clearing()
Abstract
canContain()
Abstract
subSequence()
Get a portion of this sequence starting from a given offset to endIndex of the seque...
S
prefixOf()
BasedSequenceImpl...
class PrefixedSubSequence
A BasedSequence with an out of scope of original char sequence prefix a subSequence(...
Abstract
addLine()
Add another line to the block
S
prefixOf()
PrefixedSubSequence()
setLastLineBlank()
Abstract
isPropagatingLastBlankLine()
getParent()
preProcessParagraphs()
preProcessBlocks()
processInlines()
Walk through a block & children recursively, parsing string content into inline cont...
Abstract
finalizeDocument()
getNodeClassifier()
containsCategory()
class ClassificationBag
ParagraphPreProcessorCache()
ItemFactoryMap
class DocumentParser.ParagraphPreProcessorCache
getCategoryItems()
preProcessParagraph()
pre-process a paragraph block
getItem()
class ItemFactoryMap
Abstract
preProcessBlock()
Process Paragraph Content on closing of the paragraph block to removeIndex non-text ...
interface ParagraphPreProcessor
getChars()
Abstract
countLeading()
Abstract
isBlank()
O
blockRemoved()
O
getLineCount()
Node...
abstract class ContentNode
O
getLineChars()
setContent()
Block...
class Paragraph
O
getContentLines()
getLineIndents()
setContentLines()
setLineIndents()
O
blockRemoved()
validateUnlinked()
removeValue()
O
getContentLines()
Abstract
getBlockTypes()
Block types that this pre-processors processes
Dependent
interface BlockPreProcessorFactory
categoriesBitSet()
getCategoryItems()
Abstract
apply()
Create a paragraph pre processor for the document
Abstract
preProcess()
Called on block nodes of interest as given by the NodePreProcessorFactory after all ...
interface BlockPreProcessor
get()
IndexedItemSetMap
abstract class IndexedItemSetMapBase
getConcurrentModsIndexedProxy()
IndexedProxy()
Indexed
class OrderedSet.IndexedProxy
allBlockParsers()
Abstract
parseInlines()
Do inline processing for the block content using the given inline parser interface
O
keySet()
S
processDocument()
PostProcessorManager()
postProcess()
Abstract
apply()
Abstract
processDocument()
interface PostProcessor
NodeClassifierVisitor()
NodeVisitorBase...
class NodeClassifierVisitor
classify()
getExclusionSet()
NodeTracker
class ClassifyingNodeTracker
indexBitSet()
getCategoryItems()
getItems()
getNodeAncestryMap()
Abstract
process()
ClassifyingNodeTracker()
getExclusionMap()
ClassificationBag()
OrderedMap()
putAll()
OrderedSet()
OAbstract
iterator()
interface ReversibleIterable
addAll()
ClassificationBag()
ClassificationBag()
CollectionHost<V>Anonymous()
class ClassificationBag.CollectionHost<V>Anonymous
OrderedSet()
IndexedItemBitSetMap()
IndexedItemSetMapBase
class IndexedItemBitSetMap
IndexedItemBitSetMap()
OrderedMap()
CollectionHost<K>Anonymous()
class OrderedMap.CollectionHost<K>Anonymous
entrySet()
external
interface Map
getKey()
external
interface Map$Entry
getValue()
put()
add()
OrderedSet()
add()
add()
adding()
O
visit()
O
visitChildren()
Visit the child nodes.
O
nodeAdded()
getFirstChild()
pushNodeAncestry()
updateNodeAncestry()
popNodeAncestry()
validateLinked()
add()
Abstract
nodeAdded()
interface NodeTracker
isEmpty()
getImmutable()
class CopyOnWriteRef
isEmpty()
getPeek()
getMutable()
getItems()
setValue()
O
getOptions()
S
getDefaultTemplate()
getDocument()
S
setDocumentProperties()
ByteArrayOutputStream()
external
class? ByteArrayOutputStream
toString()
S
formatDocumentBody()
class XmlFormatter
Pretty-prints xml, supplied as a string. eg. String formattedXml = XmlFormatter.form...
S
sortDocumentParts()
class XmlDocxSorter
Pretty-prints docx xml, supplied as a string. putting parts in the following order: ...
S
getDefaultTemplate()
load()
external
class? WordprocessingMLPackage
MainDocxRenderer()
DocxContextImpl...
class DocxRenderer.MainDocxRenderer
O
render()
ScopedDataSet()
DataSet
class ScopedDataSet
values()
enum DocxRendererPhase
COLLECT,DOCUMENT_FIRST,DOCUMENT_TOP,DOCUMENT, DOCUMENT_BOTTOM
Abstract
create()
Create a new HeaderIdGenerator for the specified resolver context.
HtmlIdGeneratorFactory
interface HeaderIdGeneratorFactory
Factory for instantiating an HTML id generator
Factory()
HeaderIdGeneratorFactory
class HeaderIdGenerator.Factory
O
create()
TwoWayHashMap()
class TwoWayHashMap
S
setDefaultStyleAndNumbering()
Abstract
apply()
Dependent
interface LinkResolverFactory
Factory()
LinkResolverFactory
class DocxLinkResolver.Factory
O
apply()
Abstract
apply()
Dependent
interface UriContentResolverFactory
Factory()
UriContentResolverFactory
class FileUriContentResolver.Factory
O
apply()
Abstract
apply()
Dependent
interface AttributeProviderFactory
O
getOptions()
Abstract
create()
Create a new node renderer for the specified rendering context.
interface NodeDocxRendererFactory
Factory for instantiating new node renderers when rendering is done.
Abstract
getNodeFormattingHandlers()
interface NodeDocxRenderer
A renderer for a set of node types.
getNodeType()
abstract class AstHandler
Base class for tracking generic node to specific node handler
Abstract
getNodeClasses()
Collect nodes of given type so that they can be quickly accessed without traversing ...
Abstract
getBookmarkWrapsChildrenClasses()
Return mapping of all nodes whose children should be wrapped in a bookmark if the pa...
Abstract
getFormattingPhases()
NodeDocxRenderer
interface PhasedNodeDocxRenderer
A renderer for a document node for a specific rendering phase
NodeCollectingVisitor()
class NodeCollectingVisitor
collect()
getSubClassingBag()
O
setContentContainer()
DocxContext...
abstract class DocxContextImpl
HeaderIdGenerator()
HtmlIdGenerator...
class HeaderIdGenerator
HeaderIdGenerator()
getMainDocumentPart()
MainDocumentPart()
external
class? MainDocumentPart
addTargetPart()
external
class? Base
getStyleDefinitionsPart()
external
class? DocumentPart
StyleDefinitionsPart()
external
class? StyleDefinitionsPart
unmarshalString()
external
class? XmlUtils
setJaxbElement()
getNumberingDefinitionsPart()
NumberingDefinitionsPart()
external
class? NumberingDefinitionsPart
setJaxbElement()
external
class? JaxbXmlPartXPathAware
DocxLinkResolver()
LinkResolver
class DocxLinkResolver
Abstract
getOptions()
Get the current rendering context {@link DataHolder}. These are the options passed o...
interface LinkResolverBasicContext
S
removePrefix()
FileUriContentResolver()
UriContentResolver
class FileUriContentResolver
- works with files
hierarchysourcejavadoc
visit()
visitChildren()
SubClassingBag()
class SubClassingBag
Abstract
generateIds()
interface HtmlIdGenerator
MainDocxRenderer.AllNodesVisitorAnonymous()
AllNodesVisitor
class DocxRenderer.MainDocxRenderer.AllNodesVisitorAnonymous
visit()
abstract class AllNodesVisitor
render()
AstHandler
class NodeDocxRendererHandler
Abstract
renderDocument()
Render the specified node.
O
getNodeId()
O
createBookmarkStart()
Insert bookmark start into current P
O
createBookmarkEnd()
O
contextFramed()
visitChildren()
Abstract
process()
getAdapter()
Abstract
render()
AstAction
interface NodeDocxRendererHandler.CustomNodeDocxRenderer
getSecond()
createCTBookmark()
external
class? ObjectFactory
O
getNextBookmarkId()
setId()
external
class? CTMarkup
Abstract
getValidBookmarkName()
Get a valid bookmark for given id
DocxContextFrameProvider
interface DocxContext
setName()
external
class? CTBookmark
createBodyBookmarkStart()
Abstract
addContentElement()
Add element to content <p> May not be added at the end of content but inserted into ...
interface ContentContainer
O
getP()
getContent()
external
class? P
Abstract
getLastP()
Get the last P of the container or null if there is none
interface ParaContainer
O
createP()
O
createP()
createP()
createPPr()
setPPr()
Abstract
addP()
add a new P. Don't change anything about it, just add it to its proper container
Abstract
getPPr()
FormatProvider
interface BlockFormatProvider
Abstract
adjustPPrForFormatting()
getPPr()
isEmpty()
external
class? StyleUtil
getRPr()
external
class? PPr
setRPr()
O
createPStyle()
createPPrBasePStyle()
setPStyle()
external
class? PPrBase
setVal()
external
class? PPrBase$PStyle
createCTMarkupRange()
getId()
createBodyBookmarkEnd()
O
getContextFrame()
run()
external
class? Runnable
Abstract
close()
finalize, add elements to the document after main part as needed after this method r...
interface FormatProvider
getDocPropsCustomPart()
DocPropsCustomPart()
external
class? DocPropsCustomPart
getContents()
external
class? JaxbXmlPart
Properties()
external
class? Properties
setContents()
setProperty()
values()
external
class? PageSizePaper
value()
S
setPageSize()
getJaxbElement()
getBody()
external
class? Document
PageDimensions()
external
class? PageDimensions
setPgSize()
getSectPr()
external
class? Body
getPgSz()
setPgSz()
external
class? SectPr
StringReader()
external
class? StringReader
InputSource()
external
class? InputSource
newInstance()
external
class? DocumentBuilderFactory
setNamespaceAware()
newDocumentBuilder()
parse()
external
class? DocumentBuilder
getElementsByTagName()
external
class? Document
newInstance()
external
class? DOMImplementationRegistry
getDOMImplementation()
createLSSerializer()
external
class? DOMImplementationLS
getDomConfig()
external
class? LSSerializer
setParameter()
external
class? DOMConfiguration
getLength()
external
class? NodeList
item()
getParentNode()
external
class? Node
removeChild()
writeToString()
DocxPartEntry()
class XmlDocxSorter.DocxPartEntry
S
arrayOf()
S
sortNodeAttributes()
S
sortRelationships()
S
sortProperties()
getAttributes()
getNamedItem()
external
class? NamedNodeMap
getNodeValue()
S
forAllChildren()
appendChild()
getNodeName()
S
getXmlnsName()
O
getFirst()
S
xmlnsPrefix()
O
getSecond()
S
forAllAttributes()
removeNamedItem()
setNamedItem()
S
forAllChildrenUntil()
S
forAllChildrenUntil()
Pair()
S
forAllAttributesUntil()
S
forAllParentsUntil()
hasAttributes()
getLength()
item()
S
forAllAttributes()
S
forAllChildrenUntil()
hasChildNodes()
getChildNodes()
S
forAllChildren()
S
getDefaultTemplate()
<<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>><<creates>>