public interface Node
Modifier and Type | Method and Description |
---|---|
void |
complete() |
Node |
getSubNode(String childName,
Attributes xmlAttrs) |
void |
setValue(String value) |
Node getSubNode(String childName, Attributes xmlAttrs)
void setValue(String value)
void complete()
Copyright © 2004–2016. All rights reserved.