com.hazelcast.config
Class AbstractXmlConfigHelper
java.lang.Object
com.hazelcast.config.AbstractXmlConfigHelper
- Direct Known Subclasses:
- XmlConfigBuilder
public abstract class AbstractXmlConfigHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlConfigHelper
public AbstractXmlConfigHelper()
xmlToJavaName
protected String xmlToJavaName(String name)
appendToken
protected void appendToken(StringBuilder builder,
StringBuilder token)
getTextContent
protected String getTextContent(Node node)
getTextContent2
protected String getTextContent2(Node node)
getTextContent2
protected void getTextContent2(Node node,
StringBuffer buf)
getValue
protected String getValue(Node node)
hasTextContent
protected final boolean hasTextContent(Node child)
cleanNodeName
public final String cleanNodeName(Node node)
cleanNodeName
public static final String cleanNodeName(String nodeName)
checkTrue
protected boolean checkTrue(String value)
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.