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

P

parent - Variable in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
The parent Node to this one
parent - Variable in class com.github.tadukoo.parsing.fileformat.Node
The parent Node to this one
parent - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The expected parent for the Node
parent - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The expected parent for the Node
parent(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
 
parent(Node) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the expected parent for the Node being checked
parentName(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds the given string to the list of allowed names for parent Nodes.
parentNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Names of allowed parent Nodes
parentNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
Names of allowed parents of the Node
parentNames(List<String>) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Sets the allowed names for parent Nodes.
parentNamesCheck() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Initializes the parentNames list to an empty ArrayList if it's null
parseJSON(String) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Parses the given string into a JSON object (either an array or a class), and returns it.
parseJSONArray(String, int) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Parses a JSON array, where startIndex is the index of the character AFTER the opening bracket - [
parseJSONClass(String, int) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Parses a JSON class, where startIndex is the index of the character AFTER the opening brace - {
parseJSONFromFile(File) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Reads the file and parses it into a JSON object (either an array or a class), and returns it.
parseJSONFromFile(String) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Reads the file at the given filepath and parses it into a JSON object (either an array or a class), and returns it.
parseValue(String, int) - Method in class com.github.tadukoo.parsing.json.JSONConverter
Method used to parse a value in a JSON object.
prevSibling - Variable in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
The previous sibling Node to this one
prevSibling - Variable in class com.github.tadukoo.parsing.fileformat.Node
The previous sibling Node to this one
prevSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The expected previous sibling for the Node
prevSibling - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The expected previous sibling for the Node
prevSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
 
prevSibling(Node) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the expected previous sibling for the Node being checked
prevSiblingName(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Adds the given string to the list of allowed names for previous sibling Nodes.
prevSiblingNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Names of allowed previous sibling Nodes
prevSiblingNames - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
Names of allowed previous siblings of the Node
prevSiblingNames(List<String>) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Sets the allowed names for previous sibling Nodes.
prevSiblingNamesCheck() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Initializes the prevSiblingNames list to an empty ArrayList if it's null
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