org.apache.cocoon.template.expression
Class Substitutions

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

public class Substitutions
extends Object

Version:
$Id: Substitutions.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser stringTemplateParser, Locator location, char[] chars, int start, int length)
           
Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser stringTemplateParser, Locator location, String stringTemplate)
           
 
Method Summary
 Object get(int pos)
           
 boolean hasSubstitutions()
           
 Iterator iterator()
           
 int size()
           
 String toString(Locator location, org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Substitutions

public Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser stringTemplateParser,
                     Locator location,
                     String stringTemplate)
              throws SAXException

Substitutions

public Substitutions(org.apache.cocoon.el.parsing.StringTemplateParser stringTemplateParser,
                     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,
                       org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                throws SAXException
Throws:
SAXException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.