Class XsiNilLoader

    • Constructor Detail

      • XsiNilLoader

        public XsiNilLoader​(Loader defaultLoader)
    • Method Detail

      • getExpectedChildElements

        public java.util.Collection<javax.xml.namespace.QName> getExpectedChildElements()
        Description copied from class: Loader
        Returns a set of tag names expected as possible child elements in this context.
        Overrides:
        getExpectedChildElements in class Loader
      • getExpectedAttributes

        public java.util.Collection<javax.xml.namespace.QName> getExpectedAttributes()
        Description copied from class: Loader
        Returns a set of tag names expected as possible child elements in this context.
        Overrides:
        getExpectedAttributes in class Loader
      • onNil

        protected void onNil​(UnmarshallingContext.State state)
                      throws org.xml.sax.SAXException
        Called when xsi:nil='true' was found.
        Throws:
        org.xml.sax.SAXException