Uses of Class
org.apache.ecs.StringElement

Packages that use StringElement
org.apache.ecs   
 

Uses of StringElement in org.apache.ecs
 

Subclasses of StringElement in org.apache.ecs
 class ClearElement
          A basic ECS element that doesn't have a filter.
 

Methods in org.apache.ecs that return StringElement
private  StringElement StringElement.append(java.lang.String string)
           
 StringElement StringElement.reset()
          Resets the interal string to be empty.
 StringElement StringElement.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 StringElement StringElement.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 StringElement StringElement.addElement(java.lang.String element)
          Adds an Element to the element.
 StringElement StringElement.addElement(Element element)
          Adds an Element to the element.
 StringElement StringElement.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.