public class SchemaXMLPropertyParser extends Object
Constructor and Description |
---|
SchemaXMLPropertyParser() |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterSPI |
getXPathResolution(String propertyName,
XPathFactory xPathFactory,
String rootElementName,
String namespace,
SchemaModel schemaModel,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BaseXMLEventType xmlEventType,
boolean isAllowFragment,
String defaultNamespace)
Return the xPath corresponding to the given property.
|
public static EventPropertyGetterSPI getXPathResolution(String propertyName, XPathFactory xPathFactory, String rootElementName, String namespace, SchemaModel schemaModel, EventBeanTypedEventFactory eventBeanTypedEventFactory, BaseXMLEventType xmlEventType, boolean isAllowFragment, String defaultNamespace) throws EPException
propertyName
- is the event property namenamespace
- is the default namespaceschemaModel
- is the schema modelxPathFactory
- is the xpath factory instance to userootElementName
- is the name of the root elementeventBeanTypedEventFactory
- for type lookup and creationxmlEventType
- the resolving typeisAllowFragment
- whether fragmenting is alloweddefaultNamespace
- default namespaceEPException
- is there are XPath errorsCopyright © 2005–2021. All rights reserved.