Interface ConfigurationReaderContext
-
public interface ConfigurationReaderContext- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAnyAttribute(ConfigurationReader reader, int i)voidhandleAnyElement(ConfigurationReader reader)
-
-
-
Method Detail
-
handleAnyElement
void handleAnyElement(ConfigurationReader reader)
-
handleAnyAttribute
void handleAnyAttribute(ConfigurationReader reader, int i)
-
-