Class BeansXmlHandler.Container

    • Constructor Detail

    • Method Detail

      • getLocalName

        public String getLocalName()
      • processStartChildElement

        public void processStartChildElement​(String uri,
                                             String localName,
                                             String qName,
                                             Attributes attributes)
        Called by startElement, the nested content is not available
      • processEndChildElement

        public void processEndChildElement​(String uri,
                                           String localName,
                                           String qName,
                                           String nestedText)
        Called by endElement, the nested content is not available
      • handleMultiple

        public void handleMultiple()
      • isInNamespace

        protected boolean isInNamespace​(String namespace)