Class AttributeXMLHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
mgui.io.domestic.attributes.AttributeXMLHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class AttributeXMLHandler
extends org.xml.sax.helpers.DefaultHandler
Handles XML events for Attribute objects.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected AttributeList attribute_list  
    protected Attribute<?> current_attribute  
    protected java.lang.String current_attribute_string  
    protected java.lang.Class<?> current_class  
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeXMLHandler()  
  • Method Summary

    Modifier and Type Method Description
    void characters​(char[] ch, int start, int length)  
    void endElement​(java.lang.String uri, java.lang.String localName, java.lang.String name)  
    AttributeList getAttributeList()  
    void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes attributes)  

    Methods inherited from class org.xml.sax.helpers.DefaultHandler

    endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.xml.sax.ContentHandler

    declaration
  • Field Details

    • attribute_list

      protected AttributeList attribute_list
    • current_attribute

      protected Attribute<?> current_attribute
    • current_attribute_string

      protected java.lang.String current_attribute_string
    • current_class

      protected java.lang.Class<?> current_class
  • Constructor Details

    • AttributeXMLHandler

      public AttributeXMLHandler()
  • Method Details

    • getAttributeList

      public AttributeList getAttributeList()
    • startElement

      public void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String name, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
      Specified by:
      startElement in interface org.xml.sax.ContentHandler
      Overrides:
      startElement in class org.xml.sax.helpers.DefaultHandler
      Throws:
      org.xml.sax.SAXException
    • endElement

      public void endElement​(java.lang.String uri, java.lang.String localName, java.lang.String name) throws org.xml.sax.SAXException
      Specified by:
      endElement in interface org.xml.sax.ContentHandler
      Overrides:
      endElement in class org.xml.sax.helpers.DefaultHandler
      Throws:
      org.xml.sax.SAXException
    • characters

      public void characters​(char[] ch, int start, int length) throws org.xml.sax.SAXException
      Specified by:
      characters in interface org.xml.sax.ContentHandler
      Overrides:
      characters in class org.xml.sax.helpers.DefaultHandler
      Throws:
      org.xml.sax.SAXException