public class NodeUtil
extends java.lang.Object
Node
sModifier and Type | Class and Description |
---|---|
static class |
NodeUtil.GetOperationResult |
Constructor and Description |
---|
NodeUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,Argument> |
argumentsByName(java.util.List<Argument> arguments) |
static java.util.Map<java.lang.String,Directive> |
directivesByName(java.util.List<Directive> directives) |
static java.util.Map<java.lang.String,FragmentDefinition> |
getFragmentsByName(Document document) |
static NodeUtil.GetOperationResult |
getOperation(Document document,
java.lang.String operationName) |
static boolean |
isEqualTo(java.lang.String thisStr,
java.lang.String thatStr) |
public static boolean isEqualTo(java.lang.String thisStr, java.lang.String thatStr)
public static java.util.Map<java.lang.String,Directive> directivesByName(java.util.List<Directive> directives)
public static java.util.Map<java.lang.String,Argument> argumentsByName(java.util.List<Argument> arguments)
public static java.util.Map<java.lang.String,FragmentDefinition> getFragmentsByName(Document document)
public static NodeUtil.GetOperationResult getOperation(Document document, java.lang.String operationName)