Package org.cip4.jdflib.extensions
Class XJDFSchemaPrune
java.lang.Object
org.cip4.jdflib.extensions.XJDFSchemaPrune
the old implementattion was obsolete this implementation extracts more data from the xml schema that can be injected into the json schema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanprune(BaseXJDFHelper... examples) voidsetCheckAttributes(boolean checkAttributes) voidsetRemoveForeign(boolean removeForeign) toString()
-
Constructor Details
-
XJDFSchemaPrune
-
-
Method Details
-
isRemoveForeign
public boolean isRemoveForeign() -
setRemoveForeign
public void setRemoveForeign(boolean removeForeign) -
prune
-
prune
-
isCheckAttributes
public boolean isCheckAttributes() -
setCheckAttributes
public void setCheckAttributes(boolean checkAttributes) -
toString
-