Class EldDocWriter
java.lang.Object
org.x4o.xml.eld.doc.EldDocWriter
EldDocWriter writes the x4o eld documentation.
- Version:
- 1.0 Aug 26, 2010
- Author:
- Willem Cazander
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAX3PropertyConfig
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionEldDocWriter
(X4OLanguage language, SAX3PropertyConfig parentConfig) Creates an EldDocGenerator for this langauge context. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the language documentation to the base path.
-
Field Details
-
DEFAULT_PROPERTY_CONFIG
-
OUTPUT_PATH
- See Also:
-
DOC_NAME
- See Also:
-
DOC_DESCRIPTION
- See Also:
-
DOC_ABOUT
- See Also:
-
DOC_COPYRIGHT
- See Also:
-
DOC_PAGE_SUB_TITLE
- See Also:
-
META_KEYWORDS
- See Also:
-
META_STYLESHEET
- See Also:
-
META_STYLESHEET_THEMA
- See Also:
-
JAVADOC_LINK
- See Also:
-
JAVADOC_LINK_OFFLINE
- See Also:
-
PAGE_PRINT_TREE
- See Also:
-
PAGE_PRINT_XTREE
- See Also:
-
PAGE_PRINT_INDEX_ALL
- See Also:
-
PAGE_PRINT_HELP
- See Also:
-
-
Constructor Details
-
EldDocWriter
Creates an EldDocGenerator for this langauge context.- Parameters:
language
- The language to generate doc for.
-
-
Method Details
-
writeDocumentation
Writes the language documentation to the base path.- Throws:
ElementException
- Is thrown when error is done.
-