org.apache.cocoon.template.expression
Class Substitutions
java.lang.Object
org.apache.cocoon.template.expression.Substitutions
public class Substitutions
- extends Object
- Version:
- $Id: Substitutions.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Substitutions
public Substitutions(ParsingContext parsingContext,
Locator location,
String stringTemplate)
throws SAXException
- Throws:
SAXException
Substitutions
public Substitutions(ParsingContext parsingContext,
Locator location,
char[] chars,
int start,
int length)
throws SAXException
- Throws:
SAXException
hasSubstitutions
public boolean hasSubstitutions()
iterator
public Iterator iterator()
size
public int size()
get
public Object get(int pos)
toString
public String toString(Locator location,
ExpressionContext expressionContext)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.