org.apache.cocoon.template.expression
Class Substitutions

java.lang.Object
  extended by org.apache.cocoon.template.expression.Substitutions

public class Substitutions
extends Object

Version:
$Id: Substitutions.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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
Throws:
SAXException

Substitutions

public Substitutions(ParsingContext parsingContext,
                     Locator location,
                     char[] chars,
                     int start,
                     int length)
              throws SAXException
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-2010 The Apache Software Foundation. All Rights Reserved.