Uses of Class
org.eclipse.rdf4j.rio.rdfxml.Atts
-
Packages that use Atts Package Description org.eclipse.rdf4j.rio.rdfxml Parser/writer for the RDF/XML format. -
-
Uses of Atts in org.eclipse.rdf4j.rio.rdfxml
Fields in org.eclipse.rdf4j.rio.rdfxml declared as Atts Modifier and Type Field Description AttsSAXFilter.ElementInfo. attsMethods in org.eclipse.rdf4j.rio.rdfxml with parameters of type Atts Modifier and Type Method Description private voidRDFXMLParser. checkNoMoreAtts(Atts atts)Checks whether 'atts' is empty.private voidRDFXMLParser. checkRDFAtts(Atts atts)Checks whether 'atts' contains attributes from the RDF namespace that are not allowed as attributes.(package private) voidRDFXMLParser. emptyElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Atts atts)private ResourceRDFXMLParser. 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 ResourceRDFXMLParser. getPropertyResource(Atts atts)Retrieves the object resource of a property element using relevant attributes (rdf:resource and rdf:nodeID) from its attributes list.private voidRDFXMLParser. processNodeElt(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Atts atts, boolean isEmptyElt)private voidRDFXMLParser. processPropertyElt(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Atts atts, boolean isEmptyElt)private voidRDFXMLParser. processSubjectAtts(RDFXMLParser.NodeElement nodeElt, Atts atts)processes subject attributes.(package private) voidRDFXMLParser. startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Atts atts)
-