public final class RecipeParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Recipe |
getRecipeFromNode(org.w3c.dom.Node recipeNode)
Parses specified recipe node from recipes base to new recipe object
|
public static Recipe getRecipeFromNode(org.w3c.dom.Node recipeNode) throws java.lang.NullPointerException
recipeNode
- XML document node (recipe node from recipes base)java.lang.NullPointerException