Uses of Interface
gov.nist.secauto.metaschema.databind.io.xml.IXmlParsingContext
Packages that use IXmlParsingContext
Package
Description
Supports reading and writing XML instance data.
-
Uses of IXmlParsingContext in gov.nist.secauto.metaschema.databind.io.xml
Classes in gov.nist.secauto.metaschema.databind.io.xml that implement IXmlParsingContextModifier and TypeClassDescriptionclassSupports reading XML-based Metaschema module instances.Methods in gov.nist.secauto.metaschema.databind.io.xml with parameters of type IXmlParsingContextModifier and TypeMethodDescriptionbooleanDefaultXmlProblemHandler.handleUnknownAttribute(IBoundDefinitionModelComplex parentDefinition, IBoundObject targetObject, Attribute attribute, IXmlParsingContext parsingContext) default booleanIXmlProblemHandler.handleUnknownAttribute(IBoundDefinitionModelComplex parentDefinition, IBoundObject targetObject, Attribute attribute, IXmlParsingContext parsingContext) Callback used to handle an attribute that is unknown to the model being parsed.default booleanIXmlProblemHandler.handleUnknownElement(IBoundDefinitionModelAssembly parentDefinition, IBoundObject targetObject, StartElement start, IXmlParsingContext parsingContext) Callback used to handle an element that is unknown to the model being parsed.