org.tagnetic.core.parser
Class Parser
java.lang.Object
org.tagnetic.core.parser.Parser
- public class Parser
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
parse(TagContext tagContext,
java.lang.String sourceString)
|
static void |
parseFileToFile(TagContext tagContext,
java.lang.String sourceFileName,
java.lang.String targetFileName,
boolean applyPostFilters)
|
static java.lang.String |
parseFileToString(TagContext tagContext,
java.lang.String fileName,
boolean applyFileOverlaysAndPostFilters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser()
parseFileToFile
public static void parseFileToFile(TagContext tagContext,
java.lang.String sourceFileName,
java.lang.String targetFileName,
boolean applyPostFilters)
throws TagneticException
- Throws:
TagneticException
parseFileToString
public static java.lang.String parseFileToString(TagContext tagContext,
java.lang.String fileName,
boolean applyFileOverlaysAndPostFilters)
throws TagneticException
- Throws:
TagneticException
parse
public static java.lang.String parse(TagContext tagContext,
java.lang.String sourceString)
throws TagneticException
- Throws:
TagneticException
Copyright © 2005 tagnetic.org. All Rights Reserved.