public abstract class BaseStructure extends Object implements XMLStructure
| Constructor and Description |
|---|
BaseStructure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFeatureSupported(String feature) |
static String |
textOfNode(Node node)
Since the behavior of
Model#getStringValue(Object) returns the value
of all descendant text nodes of an element, whereas we just want the immediate children. |
public static String textOfNode(Node node)
Model#getStringValue(Object) returns the value
of all descendant text nodes of an element, whereas we just want the immediate children.N - model - node - public final boolean isFeatureSupported(String feature)
isFeatureSupported in interface XMLStructureCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.