Class WantPropertyElement

    • 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
      • makeSubjectReificationWith

        public void makeSubjectReificationWith​(ANode r)
        Description copied from interface: HasSubjectFrameI
        Create a triple r rdf:subj * . The structure of the parser means that three triples in the quad are produced by the property element code, but the final triple is produced by its parent.
        Specified by:
        makeSubjectReificationWith in interface HasSubjectFrameI
        Parameters:
        r - The node that is the reification.
      • theObject

        public void theObject​(ANode o)
      • endElement

        public void endElement()
        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 Frame
      • abort

        public void abort()
        Specified by:
        abort in interface FrameI
        Overrides:
        abort in class Frame