E G I J L N O R T W X 
All Classes All Packages

E

execute(Object) - Method in class io.github.astrapi69.xml.strategy.ObjectToXmlConverterStrategy

G

getInputSource(String) - Static method in class io.github.astrapi69.xml.XmlExtensions
Gets the input source from the given xml string.

I

io.github.astrapi69.xml - package io.github.astrapi69.xml
 
io.github.astrapi69.xml.crypto.file - package io.github.astrapi69.xml.crypto.file
 
io.github.astrapi69.xml.strategy - package io.github.astrapi69.xml.strategy
 
io.github.astrapi69.xml.to.xsd - package io.github.astrapi69.xml.to.xsd
 
io.github.astrapi69.xsl.transform - package io.github.astrapi69.xsl.transform
 

J

jacksonToJaxb(String, Class<T>) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given jackson style xml string(that was previously converted with jackson) to a jaxb style xml string
jacksonToXstream(String, Class<T>) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given jackson style xml string(that was previously converted with jackson) to a xStream style xml string
jaxbToJackson(String, Class<T>) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given jaxb style xml string(that was previously converted with jaxb) to a jackson style xml string
jaxbToXstream(String, Class<T>) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given jaxb style xml string(that was previously converted with jaxb) to a xStream style xml string

L

loadObject(File) - Static method in class io.github.astrapi69.xml.XmlExtensions
Load from the given file name that should represent an xml file and transform it to the generic type object.
loadObject(File, Class<T>) - Static method in class io.github.astrapi69.xml.XmlExtensions
Load from the given file name that should represent an xml file and transform it to the generic type object.
loadObject(String) - Static method in class io.github.astrapi69.xml.XmlExtensions
Load from the given file name that should represent an xml file and transform it to the generic type object.
loadObject(String, Class<T>) - Static method in class io.github.astrapi69.xml.XmlExtensions
Load from the given file name that should represent an xml file and transform it to the generic type object.

N

newTag(String, String, Map<String, String>) - Static method in class io.github.astrapi69.xml.XmlExtensions
Creates a tag from the given string values.

O

ObjectToXmlConverterStrategy - Class in io.github.astrapi69.xml.strategy
The class ObjectToXmlConverterStrategy provides methods for read an encrypted file and decrypt xml data.
ObjectToXmlConverterStrategy(ObjectToXml) - Constructor for class io.github.astrapi69.xml.strategy.ObjectToXmlConverterStrategy
Creates a new instance of ObjectToXmlConverterStrategy object

R

readFromFileAsXmlAndHex(XStream, Map<String, Class<?>>, File) - Static method in class io.github.astrapi69.xml.crypto.file.XmlDecryptionExtensions
Read from file the data object that was before saved as xml and encoded into a hexadecimal String object.
readFromFileAsXmlAndHex(XStream, Map<String, Class<?>>, File, String) - Static method in class io.github.astrapi69.xml.crypto.file.XmlDecryptionExtensions
Read from file the data object that was before saved as xml and encoded into a hexadecimal String object.
readFromFileAsXmlAndHex(Map<String, Class<?>>, File, String...) - Static method in class io.github.astrapi69.xml.crypto.file.XmlDecryptionExtensions
Read from file the data object that was before saved as xml and encoded into a hexadecimal String object.

T

transform(File, File, OutputStream) - Static method in class io.github.astrapi69.xsl.transform.XsltTransformerExtensions
Transform.
transform(String, String, OutputStream) - Static method in class io.github.astrapi69.xsl.transform.XsltTransformerExtensions
Transform.
transform(Source, Source, OutputStream) - Static method in class io.github.astrapi69.xsl.transform.XsltTransformerExtensions
Transform.

W

writeToFileAsXmlAndHex(XStream, Map<String, Class<?>>, T, File) - Static method in class io.github.astrapi69.xml.crypto.file.XmlEncryptionExtensions
Write the given data object to the given file as xml and encoded into a hexadecimal String object.
writeToFileAsXmlAndHex(XStream, Map<String, Class<?>>, T, File, String) - Static method in class io.github.astrapi69.xml.crypto.file.XmlEncryptionExtensions
Write the given data object to the given file as xml and encoded into a hexadecimal String object.
writeToFileAsXmlAndHex(Map<String, Class<?>>, T, File, String...) - Static method in class io.github.astrapi69.xml.crypto.file.XmlEncryptionExtensions
Write the given data object to the given file as xml and encoded into a hexadecimal String object.

X

XmlDecryptionExtensions - Class in io.github.astrapi69.xml.crypto.file
The class XmlDecryptionExtensions provides methods for read an encrypted file and decrypt xml data.
XmlEncryptionExtensions - Class in io.github.astrapi69.xml.crypto.file
The class XmlEncryptionExtensions provides methods for encrypt data object to the given file as xml and encoded into a hexadecimal String object
XmlExtensions - Class in io.github.astrapi69.xml
The class XmlExtensions
XmlFrameworkConverter - Class in io.github.astrapi69.xml
The class XmlFrameworkConverter provides algorithms that can convert xml strings from frameworks like jackson, xstream and jaxb to another framework xml string
XmlFrameworkConverter() - Constructor for class io.github.astrapi69.xml.XmlFrameworkConverter
 
xmlToXsd(File) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Returns a xsd String from the given XML file that can used for several purposes.
xmlToXsd(File[], Inst2XsdOptions, File, String) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Creates or update the given xsd output file from the given XML file.
xmlToXsd(File, File) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Creates or update the given xsd output file from the given XML file.
xmlToXsd(File, File, Inst2XsdOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Creates or update the given xsd output file from the given XML file.
xmlToXsd(File, File, Inst2XsdOptions, XmlOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Creates or update the given xsd output file from the given XML file.
xmlToXsd(File, Inst2XsdOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Returns a xsd String from the given XML file that can used for several purposes.
xmlToXsd(File, Inst2XsdOptions, XmlOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Returns a xsd String from the given XML file that can used for several purposes.
xmlToXsd(String) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Returns a xsd String from the given XML string that can used for several purposes.
xmlToXsd(String, Inst2XsdOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Returns a xsd String from the given XML file that can used for several purposes.
xmlToXsd(String, Inst2XsdOptions, XmlOptions) - Static method in class io.github.astrapi69.xml.to.xsd.XmlToXsdExtensions
Creates or update the given xsd output file from the given XML String
XmlToXsdExtensions - Class in io.github.astrapi69.xml.to.xsd
The class XmlToXsdExtensions generates XML schema from XML files.
XsltTransformerExtensions - Class in io.github.astrapi69.xsl.transform
xstreamToJackson(String) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given xStream style xml string(that was previously converted with xStream) to a jackson style xml string
xstreamToJaxb(String) - Static method in class io.github.astrapi69.xml.XmlFrameworkConverter
Converts the given xStream style xml string(that was previously converted with xStream) to a jaxb style xml string
E G I J L N O R T W X 
All Classes All Packages