public interface XmlInputMethods
isLoadOk() and if the class loads directly
from a file with a XSD you should also implement the following methods:
ConfigFetch).| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoadOk() |
boolean |
load(org.dom4j.Element elem)
Should set
isLoadOk() return value. |
default boolean |
load(java.lang.String xml)
Should set
isLoadOk() return value. |
boolean isLoadOk()
default boolean load(java.lang.String xml)
isLoadOk() return value.xml - boolean load(org.dom4j.Element elem)
isLoadOk() return value.elem - Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.