org.apache.cocoon.template.expression
Class Substitutions

java.lang.Object
  extended byorg.apache.cocoon.template.expression.Substitutions

public class Substitutions
extends Object

Version:
SVN $Id: Substitutions.java 325973 2005-10-17 19:59:39Z lgawron $

Constructor Summary
Substitutions(ParsingContext parsingContext, Locator location, char[] chars, int start, int length)
           
Substitutions(ParsingContext parsingContext, Locator location, String stringTemplate)
           
 
Method Summary
 Object get(int pos)
           
 boolean hasSubstitutions()
           
 Iterator iterator()
           
 int size()
           
 String toString(Locator location, ExpressionContext expressionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.