Interface FlexmiXmlParser.Handler

All Known Implementing Classes:
FlexmiResource
Enclosing class:
FlexmiXmlParser

public static interface FlexmiXmlParser.Handler
  • Method Details

    • startDocument

      void startDocument(Document document)
    • endDocument

      void endDocument(Document document)
    • startElement

      void startElement(Element element)
    • endElement

      void endElement(Element elemen)
    • processingInstruction

      void processingInstruction(ProcessingInstruction processingInstruction)