Package org.eclipse.rdf4j.rio.rdfxml
Class RDFXMLParser.NodeElement
- java.lang.Object
-
- org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser.NodeElement
-
- Enclosing class:
- RDFXMLParser
static class RDFXMLParser.NodeElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isVolatile
private int
liCounter
private Resource
resource
-
Constructor Summary
Constructors Constructor Description NodeElement(Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNextLiCounter()
Resource
getResource()
boolean
isVolatile()
void
setIsVolatile(boolean isVolatile)
-
-
-
Field Detail
-
resource
private final Resource resource
-
isVolatile
private boolean isVolatile
-
liCounter
private int liCounter
-
-
Constructor Detail
-
NodeElement
public NodeElement(Resource resource)
-
-
Method Detail
-
getResource
public Resource getResource()
-
setIsVolatile
public void setIsVolatile(boolean isVolatile)
-
isVolatile
public boolean isVolatile()
-
getNextLiCounter
public int getNextLiCounter()
-
-