Index

A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

saveFile(EasyLogger, String, Node, FileFormatSchema) - Method in class com.github.tadukoo.parsing.fileformat.FileFormat
Saves the given headNode to the file specified by the given filepath, adding the Tad Format Header at the start of the file using the given schema and current FileFormat.
saveJSONFile(String, Object) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Converts the given object to JSON and saves it to a file at the given filepath.
SCHEMA - Static variable in class com.github.tadukoo.parsing.fileformat.TadFormatNodeHeader
The name for the File Format Schema Node
schemas - Variable in class com.github.tadukoo.parsing.fileformat.FileFormat
A mapping of version strings to FileFormatSchemas
setChild(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node
Sets the child Node to this one.
setNextSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node
Sets the next sibling Node to this one.
setParent(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node
Sets the parent Node to this one.
setPrevSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node
Sets the previous sibling Node to this one.
size() - Method in interface com.github.tadukoo.parsing.json.JSONArray
 
skipWhitespace(String, int) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Advances the index past any whitespace characters.
stringFormatMatcher - Variable in class com.github.tadukoo.parsing.json.JSONConverter
A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form