Class XJDFSchemaPrune

java.lang.Object
org.cip4.jdflib.extensions.XJDFSchemaPrune

public class XJDFSchemaPrune extends Object
the old implementattion was obsolete this implementation extracts more data from the xml schema that can be injected into the json schema
  • Constructor Details

    • XJDFSchemaPrune

      public XJDFSchemaPrune(XMLDoc rootSchema)
  • Method Details

    • isRemoveForeign

      public boolean isRemoveForeign()
    • setRemoveForeign

      public void setRemoveForeign(boolean removeForeign)
    • prune

      public KElement prune(KElement... examples)
    • prune

      public KElement prune(BaseXJDFHelper... examples)
    • isCheckAttributes

      public boolean isCheckAttributes()
    • setCheckAttributes

      public void setCheckAttributes(boolean checkAttributes)
    • toString

      public String toString()
      Overrides:
      toString in class Object