Class WantTypedLiteral

    • Constructor Detail

      • WantTypedLiteral

        public WantTypedLiteral​(WantsObjectFrameI p,
                                java.lang.String datatypeURI,
                                AbsXMLContext ap)
                         throws org.xml.sax.SAXParseException
        Throws:
        org.xml.sax.SAXParseException
    • Method Detail

      • startElement

        public FrameI startElement​(java.lang.String uri,
                                   java.lang.String localName,
                                   java.lang.String rawName,
                                   org.xml.sax.Attributes atts)
                            throws org.xml.sax.SAXParseException
        Specified by:
        startElement in interface FrameI
        Throws:
        org.xml.sax.SAXParseException
      • endElement

        public void endElement()
                        throws org.xml.sax.SAXParseException
        Description copied from class: Frame
        endElement is called on the state of the frame created by the matching startElement.
        Specified by:
        endElement in interface FrameI
        Overrides:
        endElement in class WantDescription
        Throws:
        org.xml.sax.SAXParseException
      • characters

        public void characters​(char[] ch,
                               int start,
                               int length)
                        throws org.xml.sax.SAXParseException
        Specified by:
        characters in interface FrameI
        Overrides:
        characters in class Frame
        Throws:
        org.xml.sax.SAXParseException
      • comment

        public void comment​(char[] ch,
                            int st,
                            int lng)
        Specified by:
        comment in interface FrameI
        Overrides:
        comment in class Frame
      • processingInstruction

        public void processingInstruction​(java.lang.String a,
                                          java.lang.String b)
                                   throws org.xml.sax.SAXParseException
        Specified by:
        processingInstruction in interface FrameI
        Overrides:
        processingInstruction in class Frame
        Throws:
        org.xml.sax.SAXParseException