Package org.cip4.jdflib.extensions
Class XJDFSchemaPrune
- java.lang.Object
-
- org.cip4.jdflib.extensions.XJDFSchemaPrune
-
public class XJDFSchemaPrune extends java.lang.Objectthe old implementattion was obsolete this implementation extracts more data from the xml schema that can be injected into the json schema
-
-
Constructor Summary
Constructors Constructor Description XJDFSchemaPrune(XMLDoc rootSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCheckAttributes()KElementprune(KElement... examples)voidsetCheckAttributes(boolean checkAttributes)java.lang.StringtoString()
-
-
-
Constructor Detail
-
XJDFSchemaPrune
public XJDFSchemaPrune(XMLDoc rootSchema)
-
-