Class SAXFilter.ElementInfo
java.lang.Object
org.eclipse.rdf4j.rio.rdfxml.SAXFilter.ElementInfo
- Enclosing class:
SAXFilter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElementInfo(String qName, String namespaceURI, String localName) ElementInfo(SAXFilter.ElementInfo parent, String qName, String namespaceURI, String localName) -
Method Summary
Modifier and TypeMethodDescriptiongetNamespace(String prefix) voidsetBaseURI(String uriString) voidsetNamespaceMappings(Map<String, String> namespaceMappings)
-
Field Details
-
qName
-
namespaceURI
-
localName
-
atts
-
parent
-
namespaceMap
-
baseURI
-
xmlLang
-
-
Constructor Details
-
ElementInfo
-
ElementInfo
public ElementInfo(SAXFilter.ElementInfo parent, String qName, String namespaceURI, String localName)
-
-
Method Details
-
setBaseURI
-
setNamespaceMappings
-
getNamespace
-