A B C D E G H I J L N O P R S T U V W X 
All Classes All Packages

A

addAttribute(String, String) - Method in class io.github.astrapi69.xml.tag.SimpleTag
Adds the attribute with the given name and value.
addAttribute(String, String) - Method in class io.github.astrapi69.xml.tag.Tag
Adds the attribute with the given name and value.
addChild(SimpleTag) - Method in class io.github.astrapi69.xml.tag.SimpleTag
Adds the given child.
addChild(Tag, Integer) - Method in class io.github.astrapi69.xml.tag.Tag
Adds the given Tag child to the given position.
ATTRIBUTE_NODE - io.github.astrapi69.xml.node.NodeType
The node is an Attr.
attributes(Map<String, String>) - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
attributes(Map<String, String>) - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
attributesToString(Map<String, String>) - Static method in class io.github.astrapi69.xml.tag.TagExtensions
Creates an Optional of String from the given attributes map

B

build() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition.ChildTagPositionBuilder
 
build() - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
build() - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
build() - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
builder() - Static method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
builder() - Static method in class io.github.astrapi69.xml.tag.SimpleTag
 
builder() - Static method in class io.github.astrapi69.xml.tag.Tag
 
builder() - Static method in class io.github.astrapi69.xml.tag.TagAttribute
 

C

canEqual(Object) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
canEqual(Object) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
canEqual(Object) - Method in class io.github.astrapi69.xml.tag.Tag
 
canEqual(Object) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
CDATA_SECTION_NODE - io.github.astrapi69.xml.node.NodeType
The node is a CDATASection.
child(Tag) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition.ChildTagPositionBuilder
 
children(List<SimpleTag>) - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
ChildTagPosition - Class in io.github.astrapi69.xml.tag
ChildTagPosition() - Constructor for class io.github.astrapi69.xml.tag.ChildTagPosition
 
ChildTagPosition(Tag, Integer) - Constructor for class io.github.astrapi69.xml.tag.ChildTagPosition
 
ChildTagPosition.ChildTagPositionBuilder - Class in io.github.astrapi69.xml.tag
 
childTagPositions(List<ChildTagPosition>) - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
clearValues() - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
clone() - Method in class io.github.astrapi69.xml.tag.SimpleTag
clone() - Method in class io.github.astrapi69.xml.tag.Tag
COMMENT_NODE - io.github.astrapi69.xml.node.NodeType
The node is a Comment.
content(String) - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
content(String) - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 

D

delimiter(String) - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
DOCUMENT_FRAGMENT_NODE - io.github.astrapi69.xml.node.NodeType
The node is a DocumentFragment.
DOCUMENT_NODE - io.github.astrapi69.xml.node.NodeType
The node is a Document.
DOCUMENT_TYPE_NODE - io.github.astrapi69.xml.node.NodeType
The node is a DocumentType.

E

ELEMENT_NODE - io.github.astrapi69.xml.node.NodeType
The node is an Element.
endTag(boolean) - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
endTag(boolean) - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
ENTITY_NODE - io.github.astrapi69.xml.node.NodeType
The node is an Entity.
ENTITY_REFERENCE_NODE - io.github.astrapi69.xml.node.NodeType
The node is an EntityReference.
equals(Object) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
equals(Object) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
equals(Object) - Method in class io.github.astrapi69.xml.tag.Tag
 
equals(Object) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 

G

getAttributes() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
getAttributes() - Method in class io.github.astrapi69.xml.tag.Tag
 
getChild() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
getChildren() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
getChildren() - Method in class io.github.astrapi69.xml.tag.Tag
Gets the children.
getChildTagPositions() - Method in class io.github.astrapi69.xml.tag.Tag
 
getContent() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
getContent() - Method in class io.github.astrapi69.xml.tag.Tag
 
getDelimiter() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
getInputSource(String) - Static method in class io.github.astrapi69.xml.XmlExtensions
Gets the input source from the given xml string.
getName() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
getName() - Method in class io.github.astrapi69.xml.tag.Tag
 
getName() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
getNodeType(short) - Static method in enum io.github.astrapi69.xml.node.NodeType
Gets the node type from the given short value.
getNodeType(Node) - Static method in enum io.github.astrapi69.xml.node.NodeType
Gets the node type from the given node.
getPosition() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
getValues() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 

H

hashCode() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
hashCode() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
hashCode() - Method in class io.github.astrapi69.xml.tag.Tag
 
hashCode() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 

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.node - package io.github.astrapi69.xml.node
 
io.github.astrapi69.xml.tag - package io.github.astrapi69.xml.tag
 
io.github.astrapi69.xml.to.xsd - package io.github.astrapi69.xml.to.xsd
 
io.github.astrapi69.xsl.transform - package io.github.astrapi69.xsl.transform
 
isEndTag() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
isEndTag() - Method in class io.github.astrapi69.xml.tag.Tag
 

J

joinValues() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 

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

name(String) - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
name(String) - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
name(String) - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
newTag(String, String, Map<String, String>) - Static method in class io.github.astrapi69.xml.XmlExtensions
Creates a tag from the given string values.
NodeType - Enum in io.github.astrapi69.xml.node
The Enum NodeType is a helper enum class for determine the type of an org.w3c.dom.Node object.
NOTATION_NODE - io.github.astrapi69.xml.node.NodeType
The node is a Notation.

O

onInitializerBlock(Object...) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 

P

position(Integer) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition.ChildTagPositionBuilder
 
PROCESSING_INSTRUCTION_NODE - io.github.astrapi69.xml.node.NodeType
The node is a ProcessingInstruction.

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.
removeAttribute(String) - Method in class io.github.astrapi69.xml.tag.SimpleTag
Removes the attribute with the given name.
removeAttribute(String) - Method in class io.github.astrapi69.xml.tag.Tag
Removes the attribute with the given name.
removeChild(SimpleTag) - Method in class io.github.astrapi69.xml.tag.SimpleTag
Removes the given child if exists.
removeChild(Tag) - Method in class io.github.astrapi69.xml.tag.Tag
Removes the given Tag child

S

setAttributes(Map<String, String>) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
setAttributes(Map<String, String>) - Method in class io.github.astrapi69.xml.tag.Tag
 
setChild(Tag) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
setChildren(List<SimpleTag>) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
setChildTagPositions(List<ChildTagPosition>) - Method in class io.github.astrapi69.xml.tag.Tag
 
setContent(String) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
setContent(String) - Method in class io.github.astrapi69.xml.tag.Tag
 
setDelimiter(String) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
setEndTag(boolean) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
setEndTag(boolean) - Method in class io.github.astrapi69.xml.tag.Tag
 
setName(String) - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
setName(String) - Method in class io.github.astrapi69.xml.tag.Tag
 
setName(String) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
setPosition(Integer) - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
setValues(List<String>) - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
SimpleTag - Class in io.github.astrapi69.xml.tag
The class Tag represents an tag for xml or html.
SimpleTag() - Constructor for class io.github.astrapi69.xml.tag.SimpleTag
 
SimpleTag(Map<String, String>, List<SimpleTag>, String, boolean, String) - Constructor for class io.github.astrapi69.xml.tag.SimpleTag
 
SimpleTag.SimpleTagBuilder - Class in io.github.astrapi69.xml.tag
 

T

Tag - Class in io.github.astrapi69.xml.tag
The class Tag represents an tag for xml or html where you can set the position of the child tags
Tag() - Constructor for class io.github.astrapi69.xml.tag.Tag
 
Tag(Map<String, String>, List<ChildTagPosition>, String, boolean, String) - Constructor for class io.github.astrapi69.xml.tag.Tag
 
Tag.TagBuilder - Class in io.github.astrapi69.xml.tag
 
TagAttribute - Class in io.github.astrapi69.xml.tag
 
TagAttribute() - Constructor for class io.github.astrapi69.xml.tag.TagAttribute
 
TagAttribute(String, String, List<String>) - Constructor for class io.github.astrapi69.xml.tag.TagAttribute
 
TagAttribute.TagAttributeBuilder - Class in io.github.astrapi69.xml.tag
 
TagExtensions - Class in io.github.astrapi69.xml.tag
The class TagExtensions.
TEXT_NODE - io.github.astrapi69.xml.node.NodeType
The node is a Text node.
toBuilder() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
toBuilder() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
toBuilder() - Method in class io.github.astrapi69.xml.tag.Tag
 
toBuilder() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
toString() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition.ChildTagPositionBuilder
 
toString() - Method in class io.github.astrapi69.xml.tag.ChildTagPosition
 
toString() - Method in class io.github.astrapi69.xml.tag.SimpleTag.SimpleTagBuilder
 
toString() - Method in class io.github.astrapi69.xml.tag.SimpleTag
 
toString() - Method in class io.github.astrapi69.xml.tag.Tag.TagBuilder
 
toString() - Method in class io.github.astrapi69.xml.tag.Tag
 
toString() - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
toString() - Method in class io.github.astrapi69.xml.tag.TagAttribute
 
toVelocityTemplate() - Method in class io.github.astrapi69.xml.tag.SimpleTag
Creates from this Tag object an velocity template as String object.
toXmlString() - Method in class io.github.astrapi69.xml.tag.SimpleTag
Creates from this Tag object an xml string.
toXmlString() - Method in class io.github.astrapi69.xml.tag.Tag
Creates from this Tag object an xml string.
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.

U

UNDEFINED - io.github.astrapi69.xml.node.NodeType
The UNDEFINED is a NullObject and is returned when nothing matches to the other one.

V

value(String) - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 
valueOf(String) - Static method in enum io.github.astrapi69.xml.node.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.astrapi69.xml.node.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Collection<? extends String>) - Method in class io.github.astrapi69.xml.tag.TagAttribute.TagAttributeBuilder
 

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.
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
A B C D E G H I J L N O P R S T U V W X 
All Classes All Packages