public interface Node extends PathElement
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
attributes()
The node attributes, may be empty.
|
NodeChildren |
children()
The node children
|
String |
getAttribute(String name)
Get the value of an attribute.
|
String |
name()
The name of the node
|
String |
value()
The node value.
|
get, getNode, getNodes, getPath, getPath
forEach, iterator, spliterator
Map<String,String> attributes()
NodeChildren children()
String name()
String value()
Copyright © 2010–2022. All rights reserved.