org.apache.cocoon.template.expression
Class Substitutions
java.lang.Object
org.apache.cocoon.template.expression.Substitutions
- public class Substitutions
- extends Object
- Version:
- SVN $Id: Substitutions.java 325973 2005-10-17 19:59:39Z lgawron $
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
Substitutions
public Substitutions(ParsingContext parsingContext,
Locator location,
char[] chars,
int start,
int length)
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-2005 The Apache Software Foundation. All Rights Reserved.