public abstract class AbstractXmlConfigHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
domLevel3 |
Constructor and Description |
---|
AbstractXmlConfigHelper() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendToken(StringBuilder builder,
StringBuilder token) |
static Iterable<Node> |
asElementIterable(NodeList list) |
static Iterable<Node> |
childElements(Node node) |
static String |
cleanNodeName(Node node) |
protected void |
fillDataSerializableFactories(Node node,
SerializationConfig serializationConfig) |
protected void |
fillJavaSerializationFilter(Node node,
SerializationConfig serializationConfig) |
protected void |
fillNativeMemoryConfig(Node node,
NativeMemoryConfig nativeMemoryConfig) |
protected void |
fillPortableFactories(Node node,
SerializationConfig serializationConfig) |
protected void |
fillProperties(Node node,
Map<String,Comparable> properties) |
protected void |
fillProperties(Node node,
Properties properties) |
protected void |
fillSerializers(Node node,
SerializationConfig serializationConfig) |
protected String |
getAttribute(Node node,
String attName) |
protected static boolean |
getBooleanValue(String value) |
protected static double |
getDoubleValue(String parameterName,
String value) |
protected static double |
getDoubleValue(String parameterName,
String value,
double defaultValue) |
protected static int |
getIntegerValue(String parameterName,
String value) |
protected static int |
getIntegerValue(String parameterName,
String value,
int defaultValue) |
protected static long |
getLongValue(String parameterName,
String value) |
protected static long |
getLongValue(String parameterName,
String value,
long defaultValue) |
String |
getNamespaceType() |
protected String |
getReleaseVersion() |
protected String |
getTextContent(Node node) |
protected AbstractConfigBuilder.ConfigType |
getXmlType() |
protected boolean |
hasTextContent(Node node) |
protected InputStream |
loadSchemaFile(String schemaLocation) |
protected SerializationConfig |
parseSerialization(Node node) |
protected SocketInterceptorConfig |
parseSocketInterceptorConfig(Node node) |
protected void |
schemaValidation(Document doc) |
protected String |
xmlToJavaName(String name) |
public String getNamespaceType()
protected AbstractConfigBuilder.ConfigType getXmlType()
protected InputStream loadSchemaFile(String schemaLocation)
protected String getReleaseVersion()
protected void appendToken(StringBuilder builder, StringBuilder token)
protected final boolean hasTextContent(Node node)
protected static boolean getBooleanValue(String value)
protected static int getIntegerValue(String parameterName, String value, int defaultValue)
protected static long getLongValue(String parameterName, String value, long defaultValue)
protected static double getDoubleValue(String parameterName, String value, double defaultValue)
protected SocketInterceptorConfig parseSocketInterceptorConfig(Node node)
protected void fillProperties(Node node, Properties properties)
protected void fillProperties(Node node, Map<String,Comparable> properties)
protected SerializationConfig parseSerialization(Node node)
protected void fillDataSerializableFactories(Node node, SerializationConfig serializationConfig)
protected void fillPortableFactories(Node node, SerializationConfig serializationConfig)
protected void fillSerializers(Node node, SerializationConfig serializationConfig)
protected void fillJavaSerializationFilter(Node node, SerializationConfig serializationConfig)
protected void fillNativeMemoryConfig(Node node, NativeMemoryConfig nativeMemoryConfig)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.