Modifier and Type | Class and Description |
---|---|
static class |
NodeUtil.GetOperationResult |
Constructor and Description |
---|
NodeUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Argument> |
argumentsByName(List<Argument> arguments) |
static void |
assertNewChildrenAreEmpty(NodeChildrenContainer newChildren) |
static Map<String,Directive> |
directivesByName(List<Directive> directives) |
static Map<String,FragmentDefinition> |
getFragmentsByName(Document document) |
static NodeUtil.GetOperationResult |
getOperation(Document document,
String operationName) |
static boolean |
isEqualTo(String thisStr,
String thatStr) |
static Node |
removeChild(Node node,
NodeLocation childLocationToRemove) |
public static Map<String,FragmentDefinition> getFragmentsByName(Document document)
public static NodeUtil.GetOperationResult getOperation(Document document, String operationName)
public static void assertNewChildrenAreEmpty(NodeChildrenContainer newChildren)
public static Node removeChild(Node node, NodeLocation childLocationToRemove)
Copyright © 2019. All rights reserved.