com.hazelcast.config
Class AbstractXmlConfigHelper

java.lang.Object
  extended by com.hazelcast.config.AbstractXmlConfigHelper
Direct Known Subclasses:
XmlConfigBuilder

public abstract class AbstractXmlConfigHelper
extends Object


Nested Class Summary
static class AbstractXmlConfigHelper.IterableNodeList
           
 
Constructor Summary
AbstractXmlConfigHelper()
           
 
Method Summary
protected  void appendToken(StringBuilder builder, StringBuilder token)
           
protected  boolean checkTrue(String value)
           
 String cleanNodeName(Node node)
           
static String cleanNodeName(String nodeName)
           
protected  String getTextContent(Node node)
           
protected  String getTextContent2(Node node)
           
protected  void getTextContent2(Node node, StringBuffer buf)
           
protected  String getValue(Node node)
           
protected  boolean hasTextContent(Node child)
           
protected  String xmlToJavaName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXmlConfigHelper

public AbstractXmlConfigHelper()
Method Detail

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.