Uses of Class
com.blackrook.archetext.ArcheTextRoot
-
Packages that use ArcheTextRoot Package Description com.blackrook.archetext Contains the main classes for ArcheText object generation. -
-
Uses of ArcheTextRoot in com.blackrook.archetext
Methods in com.blackrook.archetext that return ArcheTextRoot Modifier and Type Method Description static ArcheTextRoot
ArcheTextReader. read(File file)
Reads ArcheText objects into a new root from a starting text file.static ArcheTextRoot
ArcheTextReader. read(File file, PreprocessorLexer.Includer includer)
Reads ArcheText objects into a new root from a starting text file.static ArcheTextRoot
ArcheTextReader. read(String text)
Reads ArcheText objects from a String of text into a new root.static ArcheTextRoot
ArcheTextReader. read(String text, PreprocessorLexer.Includer includer)
Reads ArcheText objects from a String of text into a new root.static ArcheTextRoot
ArcheTextReader. read(String streamName, InputStream in)
Reads ArcheText objects into a new root.static ArcheTextRoot
ArcheTextReader. read(String streamName, InputStream in, PreprocessorLexer.Includer includer)
Reads ArcheText objects into a new root.static ArcheTextRoot
ArcheTextReader. read(String streamName, Reader reader)
Reads ArcheText objects into a new root from a reader stream.static ArcheTextRoot
ArcheTextReader. read(String streamName, Reader reader, PreprocessorLexer.Includer includer)
Reads ArcheText objects into a new root from a reader stream.static ArcheTextRoot
ArcheTextReader. readResource(String name)
Reads ArcheText objects from a classpath resource.Methods in com.blackrook.archetext with parameters of type ArcheTextRoot Modifier and Type Method Description static void
ArcheTextReader. apply(File f, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(File f, PreprocessorLexer.Includer includer, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String text, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String text, PreprocessorLexer.Includer includer, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String streamName, InputStream in, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String streamName, InputStream in, PreprocessorLexer.Includer includer, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String streamName, Reader reader, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.static void
ArcheTextReader. apply(String streamName, Reader reader, PreprocessorLexer.Includer includer, ArcheTextRoot root)
Applies the ArcheText objects read to an already existing root.
-