public class RdfXmlAbbrev extends CharMarshall
RdfXmlAbbrevSerializer and RdfXmlParser into a single class with convenience read/write methods.
The general idea is to combine a single serializer and parser inside a simplified API for reading and writing POJOs.
| Modifier and Type | Field and Description |
|---|---|
static RdfXmlAbbrev |
DEFAULT
Default reusable instance.
|
| Constructor and Description |
|---|
RdfXmlAbbrev()
Constructor.
|
RdfXmlAbbrev(RdfXmlAbbrevSerializer s,
RdfXmlParser p)
Constructor.
|
public static final RdfXmlAbbrev DEFAULT
public RdfXmlAbbrev(RdfXmlAbbrevSerializer s, RdfXmlParser p)
s - The serializer to use for serializing output.
p - The parser to use for parsing input.
public RdfXmlAbbrev()
Uses RdfXmlAbbrevSerializer.DEFAULT and RdfXmlParser.DEFAULT.
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.