org.apache.catalina.util
Class CatalinaDigester
Digester
org.apache.catalina.util.CatalinaDigester
public class CatalinaDigester
extends Digester
This extended digester filters out ${...} tokens to replace them with
matching system properties.
- Simon Kitching
- Remy Maucherat
void | endElement(String namespaceURI, String localName, String qName) - Invoke inherited implementation after applying variable substitution
to the character data contained in the current element.
|
void | startElement(String namespaceURI, String localName, String qName, Attributes list) - Invoke inherited implementation after applying variable
substitution to any attribute values containing variable
references.
|
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
Invoke inherited implementation after applying variable substitution
to the character data contained in the current element.
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes list)
throws SAXException
Invoke inherited implementation after applying variable
substitution to any attribute values containing variable
references.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.