Uses of Class
org.eclipse.rdf4j.rio.rdfxml.Atts
Packages that use Atts
-
Uses of Atts in org.eclipse.rdf4j.rio.rdfxml
Fields in org.eclipse.rdf4j.rio.rdfxml declared as AttsMethods in org.eclipse.rdf4j.rio.rdfxml with parameters of type AttsModifier and TypeMethodDescriptionprivate void
RDFXMLParser.checkNoMoreAtts
(Atts atts) Checks whether 'atts' is empty.private void
RDFXMLParser.checkRDFAtts
(Atts atts) Checks whether 'atts' contains attributes from the RDF namespace that are not allowed as attributes.(package private) void
RDFXMLParser.emptyElement
(String namespaceURI, String localName, String qName, Atts atts) private Resource
RDFXMLParser.getNodeResource
(Atts atts) Retrieves the resource of a node element (subject or object) using relevant attributes (rdf:ID, rdf:about and rdf:nodeID) from its attributes list.private Resource
RDFXMLParser.getPropertyResource
(Atts atts) Retrieves the object resource of a property element using relevant attributes (rdf:resource and rdf:nodeID) from its attributes list.private void
RDFXMLParser.processNodeElt
(String namespaceURI, String localName, String qName, Atts atts, boolean isEmptyElt) private void
RDFXMLParser.processPropertyElt
(String namespaceURI, String localName, String qName, Atts atts, boolean isEmptyElt) private void
RDFXMLParser.processSubjectAtts
(RDFXMLParser.NodeElement nodeElt, Atts atts) processes subject attributes.(package private) void
RDFXMLParser.startElement
(String namespaceURI, String localName, String qName, Atts atts)