java.lang.Object
dev.metaschema.databind.io.xml.XmlAnyContent
- All Implemented Interfaces:
dev.metaschema.core.model.IAnyContent
XML-specific implementation of
IAnyContent that stores captured
unmodeled content as W3C DOM Element instances.-
Constructor Summary
ConstructorsConstructorDescriptionXmlAnyContent(List<Element> elements) Construct a new instance with the provided captured elements. -
Method Summary
-
Constructor Details
-
XmlAnyContent
Construct a new instance with the provided captured elements.- Parameters:
elements- the captured DOM elements, must not be null
-
-
Method Details
-
isEmpty
- Specified by:
isEmptyin interfacedev.metaschema.core.model.IAnyContent
-
getElements
Get the captured DOM elements.- Returns:
- an unmodifiable list of captured elements
-