public class SnippetParser extends Object
Constructor and Description |
---|
SnippetParser() |
Modifier and Type | Method and Description |
---|---|
SnippetParser |
addResourcePath(String path) |
protected ComponentToken |
currentToken() |
protected SnippetContext |
getSnippetContext() |
SnippetParser |
insertResourcePath(String path,
int index) |
protected void |
parse() |
protected void |
parse(ComponentToken token) |
SnippetContext |
parse(ISkinConfig config,
String htmlSource) |
protected ComponentToken |
pop() |
protected void |
push(ComponentToken element) |
public SnippetParser insertResourcePath(String path, int index)
public SnippetParser addResourcePath(String path)
public SnippetContext parse(@Nonnull ISkinConfig config, @Nullable String htmlSource) throws IOException
IOException
protected void parse()
protected void parse(ComponentToken token)
protected ComponentToken currentToken()
protected ComponentToken pop()
protected void push(ComponentToken element)
protected SnippetContext getSnippetContext()
Copyright © 2012–2023 Friederich Christophe. All rights reserved.