Uses of Class
org.eclipse.rdf4j.rio.rdfxml.Att
-
Packages that use Att Package Description org.eclipse.rdf4j.rio.rdfxml Parser/writer for the RDF/XML format. -
-
Uses of Att in org.eclipse.rdf4j.rio.rdfxml
Fields in org.eclipse.rdf4j.rio.rdfxml with type parameters of type Att Modifier and Type Field Description private java.util.List<Att>
Atts. attributes
List containing Att objects.Methods in org.eclipse.rdf4j.rio.rdfxml that return Att Modifier and Type Method Description Att
Atts. getAtt(java.lang.String qName)
Gets the attribute with the specified QName.Att
Atts. getAtt(java.lang.String namespace, java.lang.String localName)
Gets the attribute with the specified namespace and local name.Att
Atts. removeAtt(java.lang.String qName)
Removes the attribute with the specified QName and returns it.Att
Atts. removeAtt(java.lang.String namespace, java.lang.String localName)
Removes the attribute with the specified namespace and local name and returns it.Methods in org.eclipse.rdf4j.rio.rdfxml that return types with arguments of type Att Modifier and Type Method Description java.util.Iterator<Att>
Atts. iterator()
Get an iterator on the attributes.Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type Att Modifier and Type Method Description void
Atts. addAtt(Att att)
Adds an attribute.
-