All Methods Static Methods Instance Methods Concrete Methods 
| 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 | 
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)  |