public interface ExternalContent
ExternalContent
implementation represents an
element in the SCXML document that may contain "body
content", which means an arbitrary number of child nodes
belonging to external namespaces.Modifier and Type | Method and Description |
---|---|
List<Node> |
getExternalNodes()
Return the list of external namespaced children as
DOM node instances.
|
List<Node> getExternalNodes()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.