A B C E G I L M O P R S T W X 

A

addContent(String) - Method in class org.vishia.xml.XmlNodeJdom
 
addContent(XmlNode) - Method in class org.vishia.xml.XmlNodeJdom
 
addInputFile(String, int) - Method in class org.vishia.xml.XmlMReader
Adds the information about a input file.
addInputfile(String) - Method in class org.vishia.xml.Xslt
Adds an input file with standard handling.
addInputfileExpandWikiformat(String) - Method in class org.vishia.xml.Xslt
Adds an input file wich's content is expand as Wikiformat if the tag TODO.
addInputfileReplaceWith1Space(String) - Method in class org.vishia.xml.Xslt
Adds an input file wich's white spaces are replaced by 1 space.
addNamespaceDeclaration(String, String) - Method in class org.vishia.xml.XmlNodeJdom
 
addNewNode(String, String) - Method in class org.vishia.xml.XmlNodeJdom
 

B

beautificationBewareTextContent(Element) - Static method in class org.vishia.xml.XmlExtensions
Beautificates the content of the Element with respecting of textual content preserving.
bWikiFormat - Variable in class org.vishia.xml.Xslt
Set on command line option.

C

checkArguments() - Method in class org.vishia.xml.Textfile2Html
Checks the cmdline arguments relation together.
console - Variable in class org.vishia.xml.XmlMReader
 
CorrectHref - Class in org.vishia.xml.docuGen
This class contains methods to correct hyperlink labels according requirements of XML documentation generation.
CorrectHref() - Constructor for class org.vishia.xml.docuGen.CorrectHref
 
createNode(String, String) - Method in class org.vishia.xml.XmlNodeJdom
 

E

exec(String[]) - Static method in class org.vishia.xml.Xslt
Invocation from another java program without exit the JVM

G

getAbsolutePath() - Method in class org.vishia.xml.XslTransformer.FileTypeIn
 
getAttribute(String) - Method in class org.vishia.xml.XmlNodeJdom
 
getAttributes() - Method in class org.vishia.xml.XmlNodeJdom
 
getChild(String) - Method in class org.vishia.xml.XmlNodeJdom
 
getChildren(Element, String) - Static method in class org.vishia.xml.XmlExtensions
Gets a list of children, not only from the given xml Element, but also from a deeper level.
getEncoding() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
getFile() - Method in class org.vishia.xml.XmlMReader.FileTypeIn
 
getIndent() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
getMode() - Method in class org.vishia.xml.XmlMReader.FileTypeIn
 
getName() - Method in class org.vishia.xml.XmlNodeJdom
 
getNamespaceKey() - Method in class org.vishia.xml.XmlNodeJdom
 
getNamespaces() - Method in class org.vishia.xml.XmlNodeJdom
 
getParent() - Method in class org.vishia.xml.XmlNodeJdom
 
getTextFromPath(Element, String, boolean) - Static method in class org.vishia.xml.XmlExtensions
Gets the text content from the adressed node relativ to the given Element.

I

isIndent() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
isText() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
isTextNode() - Method in class org.vishia.xml.XmlNodeJdom
 
isXml() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
iterChildren() - Method in class org.vishia.xml.XmlNodeJdom
 
iterChildren(String) - Method in class org.vishia.xml.XmlNodeJdom
 

L

listAnchors - Variable in class org.vishia.xml.docuGen.CorrectHref
Index of all available anchors for hrefs inside this document.
listChildren() - Method in class org.vishia.xml.XmlNodeJdom
 
listChildren(String) - Method in class org.vishia.xml.XmlNodeJdom
 
listHref - Variable in class org.vishia.xml.docuGen.CorrectHref
Index of all hyperlinks with cross reference entry All elements of this list are from type CrossHref.
listHyperlinkAssociationLeft - Variable in class org.vishia.xml.docuGen.CorrectHref
Index of all hyperlink associations sorted to sLeft for fast search.

M

main(String[]) - Static method in class org.vishia.xml.docuGen.CorrectHref
Main-Programm called as command
main(String[]) - Static method in class org.vishia.xml.Textfile2Html
main started from java The command line arguments follow this help text:
main(String[]) - Static method in class org.vishia.xml.Xslt
main started from java.
mExpandAsciiFormating - Static variable in class org.vishia.xml.XslTransformer.FileTypeIn
 
mExpandWikiFormat - Static variable in class org.vishia.xml.XmlMReader
 
mReplaceWhiteSpaceWith1Space - Static variable in class org.vishia.xml.XmlMReader
 
mReplaceWhiteSpaceWith1Space - Static variable in class org.vishia.xml.XslTransformer.FileTypeIn
 

O

org.vishia.xml - package org.vishia.xml
This package contains XML-functionality, which works especially with the Saxon-XSLT.
org.vishia.xml.docuGen - package org.vishia.xml.docuGen
 

P

params - Variable in class org.vishia.xml.Xslt
 

R

readInputs(TransformerFactory) - Method in class org.vishia.xml.XmlMReader
 
readInputs(TransformerFactory) - Method in class org.vishia.xml.XmlMReaderJdomSaxon
 
readInputsHowDoesitWorks(TransformerFactory) - Method in class org.vishia.xml.XmlMReader
 
readInputsToJdomElement(org.jdom.Element) - Method in class org.vishia.xml.XmlMReaderJdomSaxon
Reads the input of all files into a Jdom Element named "root".
readXmlFile(File) - Static method in class org.vishia.xml.XmlExtensions
Reads a xml file and convert it to a internal xml tree.
readXmlFile() - Method in class org.vishia.xml.XslTransformer.FileTypeIn
 
readXmlFileTrimWhiteSpace(File) - Static method in class org.vishia.xml.XmlExtensions
Reads a xml file and convert it to a internal xml tree.
removeAttribute(String) - Method in class org.vishia.xml.XmlNodeJdom
 
removeChildren() - Method in class org.vishia.xml.XmlNodeJdom
 
replaceWhiteSpaceWith1Space(Element, boolean) - Static method in class org.vishia.xml.XmlExtensions
Replaces white spaces of all text()-content with one space, by keeping the inner leading and trailing spaces.
reportContentElement(Element, Report) - Static method in class org.vishia.xml.XmlExtensions
Write the content of the xml-node in the report

S

setAttribute(String, String) - Method in class org.vishia.xml.XmlNodeJdom
 
setEncoding(Charset) - Method in class org.vishia.xml.XmlExtensions.XmlMode
Sets the encoding to the given encoding.
setIndent(String) - Method in class org.vishia.xml.XmlExtensions.XmlMode
Sets the indent for wrapping.
setOutputfile(String) - Method in class org.vishia.xml.Xslt
 
setParent(XmlNode) - Method in class org.vishia.xml.XmlNodeJdom
 
setReport(MainCmdLogging_ifc) - Method in class org.vishia.xml.XmlMReader
 
setText() - Method in class org.vishia.xml.XmlExtensions.XmlMode
 
setTextToPath(Element, String, String) - Static method in class org.vishia.xml.XmlExtensions
Sets the specified element with the given value.
setXmlASCII() - Method in class org.vishia.xml.XmlExtensions.XmlMode
Sets the encoding to US-ASCII.
setXmlIso8859() - Method in class org.vishia.xml.XmlExtensions.XmlMode
Sets the encoding to ISO-8849-1.
setXmlUTF8() - Method in class org.vishia.xml.XmlExtensions.XmlMode
Sets the encoding to UTF8.
setXslpfile(String) - Method in class org.vishia.xml.Xslt
 
setXsltfile(String) - Method in class org.vishia.xml.Xslt
 
sFileOut - Variable in class org.vishia.xml.Xslt
Cmdline-argument, set on -y option.
sFileXslp - Variable in class org.vishia.xml.Xslt
CmdLine-argument set on -p option: XSLT-File pre-converted with Xsltpre.
sFileXslt - Variable in class org.vishia.xml.Xslt
CmdLine-argument set on -t option: XSLT-File for Transformer.
sName - Variable in class org.vishia.xml.XmlMReader.FileTypeIn
 
sTransformer - Variable in class org.vishia.xml.Xslt
Class which is used by the javax.xml.transform.TransformerFactory It is set with System.setProperty("javax.xml.transform.TransformerFactory", ...);
sVersion - Static variable in class org.vishia.xml.Textfile2Html
Version, history and license.
sVersion - Static variable in class org.vishia.xml.Xslt
Version, history and license.

T

testArgument(String, int) - Method in class org.vishia.xml.Textfile2Html
Tests one argument.
text() - Method in class org.vishia.xml.XmlNodeJdom
 
Textfile2Html - Class in org.vishia.xml
Class for conversion of any plain text files, source codes etc.
toString() - Method in class org.vishia.xml.XmlNodeJdom
 
transform() - Method in class org.vishia.xml.Xslt
Reads the input files and executes the transformation.
transform(List<XslTransformer.FileTypeIn>, File, File, XmlExtensions.XmlMode, File) - Method in class org.vishia.xml.XslTransformer
Transforms some input XML-files via XSL to one output XML-file.

W

WikiFormat - Class in org.vishia.xml
Not ready yet, it is a trying to use the saxons path
WikiFormat() - Constructor for class org.vishia.xml.WikiFormat
 
writeXmlBeautificatedTextFile(Element, File, Charset) - Static method in class org.vishia.xml.XmlExtensions
Output a xml tree to a file with beautification of the output, but beware all spaces inside textual content.
writeXmlDirect(Element, File, String) - Static method in class org.vishia.xml.XmlExtensions
Output a xml tree to a file.
writeXmlDirect(Element, Writer, String) - Static method in class org.vishia.xml.XmlExtensions
Output a xml tree to a file.
writeXmlFile(Element, File) - Method in class org.vishia.xml.XmlExtensions
Output a xml tree to a file.
writeXmlFile(Element, File, XmlExtensions.XmlMode) - Static method in class org.vishia.xml.XmlExtensions
Output a xml tree to a file.

X

XmlExtensions - Class in org.vishia.xml
The class XmlExtensions contains several methods to deal with XML data.
XmlExtensions() - Constructor for class org.vishia.xml.XmlExtensions
 
XmlExtensions.XmlMode - Class in org.vishia.xml
Class hold some properties of transformation.
XmlExtensions.XmlMode() - Constructor for class org.vishia.xml.XmlExtensions.XmlMode
 
XmlMReader - Class in org.vishia.xml
This class helps to read XML documents.
XmlMReader() - Constructor for class org.vishia.xml.XmlMReader
 
xmlMReader - Variable in class org.vishia.xml.Xslt
Instance to process input files.
XmlMReader.FileTypeIn - Class in org.vishia.xml
 
XmlMReader.FileTypeIn(String, int) - Constructor for class org.vishia.xml.XmlMReader.FileTypeIn
 
XmlMReaderJdomSaxon - Class in org.vishia.xml
This class helps to read XML documents.
XmlMReaderJdomSaxon() - Constructor for class org.vishia.xml.XmlMReaderJdomSaxon
 
XmlMTransformer - Class in org.vishia.xml
This class helps to transform XML documents.
XmlNodeJdom - Class in org.vishia.xml
This class wraps a JDOM Element with a implementation of XmlNode.
XmlNodeJdom(Element) - Constructor for class org.vishia.xml.XmlNodeJdom
 
Xslt - Class in org.vishia.xml
vishia XSLT Translator.
Xslt(ClassLoader, String, String) - Constructor for class org.vishia.xml.Xslt
Instantiation for Using in a Java/JZcmd-context.
Xslt.Parameter - Class in org.vishia.xml
 
Xslt.Parameter(String, String) - Constructor for class org.vishia.xml.Xslt.Parameter
 
XslTransformer - Class in org.vishia.xml
Class to transform XML files with XSLT.
XslTransformer.FileTypeIn - Class in org.vishia.xml
Class holding one element inside the List "listFileIn" of the transform-method.
XslTransformer.FileTypeIn(String, int) - Constructor for class org.vishia.xml.XslTransformer.FileTypeIn
 
xslTransformString(Element, File) - Static method in class org.vishia.xml.XmlExtensions
Transform a xml tree to a string.
xslTransformXml(Element, File) - Static method in class org.vishia.xml.XmlExtensions
XSL-Transformation of a xml tree to a new tree.
A B C E G I L M O P R S T W X