|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.XMLFilterImpl | +--net.sourceforge.saxadapter.PipelineBase | +--net.sourceforge.saxadapter.examples.env.AntPropertyResolver
This is a SAX pipeline component that takes character data that contains Ant format properties and resolves the properties according to the supplied Environment
Fields inherited from class net.sourceforge.saxadapter.PipelineBase |
m_locator, m_nsSupport |
Constructor Summary | |
AntPropertyResolver(Environment argEnv)
|
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Resolves Ant format properties based on the contents of the Environment (i.e. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
error, fatalError, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, notationDecl, resolveEntity, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AntPropertyResolver(Environment argEnv)
Method Detail |
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in class PipelineBase
ch
- character array from SAX callbackstart
- beginning of char arraylength
- length of char arrayorg.xml.sax.SAXException
- public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |