|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.xml.SimpleXMLPropertyParser
public class SimpleXMLPropertyParser
Parses event property names and transforms to XPath expressions. Supports nested, indexed and mapped event properties.
Constructor Summary | |
---|---|
SimpleXMLPropertyParser()
|
Method Summary | |
---|---|
protected static org.antlr.runtime.tree.Tree |
parse(String propertyName)
Parses a given property name returning an AST. |
static String |
parse(String propertyName,
String rootElementName,
String defaultNamespacePrefix,
boolean isResolvePropertiesAbsolute)
Return the xPath corresponding to the given property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleXMLPropertyParser()
Method Detail |
---|
public static String parse(String propertyName, String rootElementName, String defaultNamespacePrefix, boolean isResolvePropertiesAbsolute)
propertyName
- is the property name to parserootElementName
- is the name of the root element for generating the XPath expressiondefaultNamespacePrefix
- is the prefix of the default namespaceisResolvePropertiesAbsolute
- is true to indicate to resolve XPath properties as absolute props
or relative props
protected static org.antlr.runtime.tree.Tree parse(String propertyName)
propertyName
- to parse
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |