public final class JsonParserReader extends XMLReaderAdapter
JsonParserReader.JsonParserReaderBuilder.build()
;Modifier and Type | Class and Description |
---|---|
static class |
JsonParserReader.JsonParserReaderBuilder
Builder for JsonParserReader
|
NAMESPACE_PREFIXES_FEATURE, REPORT_IGNORED_ELEMENT_CONTENT_WHITESPACE_FEATURE
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertValueBasedOnSchemaType(Field xmlField,
java.lang.Object value,
ConversionManager conversionManager,
AbstractUnmarshalRecord record)
INTERNAL:
|
ExtendedContentHandler |
getContentHandler() |
org.xml.sax.ErrorHandler |
getErrorHandler() |
MediaType |
getMediaType()
INTERNAL:
|
char |
getNamespaceSeparator()
INTERNAL:
The character used to separate the prefix and uri portions when namespaces are present
|
boolean |
isInCollection() |
boolean |
isNamespaceAware()
INTERNAL:
Determine if namespaces will be considered during marshal/unmarshal operations.
|
boolean |
isNullRepresentedByXsiNil(AbstractNullPolicy nullPolicy) |
void |
parse(org.xml.sax.InputSource input) |
void |
parse(java.lang.String systemId) |
void |
setContentHandler(org.xml.sax.ContentHandler contentHandler) |
getDTDHandler, getEntityResolver, getFeature, getLexicalHandler, getProperty, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setProperty
getCurrentObject, getLocator, getValidatorHandler, getValue, isNullRecord, newObjectEvent, setLocator, setNamespaceAware, setNamespaceSeparator, setValidatorHandler
public void parse(org.xml.sax.InputSource input) throws java.io.IOException, org.xml.sax.SAXException
public void parse(java.lang.String systemId)
parse
in interface org.xml.sax.XMLReader
parse
in class XMLReaderAdapter
public boolean isNullRepresentedByXsiNil(AbstractNullPolicy nullPolicy)
isNullRepresentedByXsiNil
in class XMLReader
public java.lang.Object convertValueBasedOnSchemaType(Field xmlField, java.lang.Object value, ConversionManager conversionManager, AbstractUnmarshalRecord record)
XMLReader
convertValueBasedOnSchemaType
in class XMLReader
public char getNamespaceSeparator()
XMLReader
getNamespaceSeparator
in class XMLReader
public org.xml.sax.ErrorHandler getErrorHandler()
getErrorHandler
in interface org.xml.sax.XMLReader
getErrorHandler
in class XMLReaderAdapter
public ExtendedContentHandler getContentHandler()
getContentHandler
in interface org.xml.sax.XMLReader
getContentHandler
in class XMLReaderAdapter
public void setContentHandler(org.xml.sax.ContentHandler contentHandler)
setContentHandler
in interface org.xml.sax.XMLReader
setContentHandler
in class XMLReaderAdapter
public boolean isInCollection()
isInCollection
in class XMLReader
public MediaType getMediaType()
XMLReader
getMediaType
in class XMLReader
public boolean isNamespaceAware()
XMLReader
isNamespaceAware
in class XMLReader
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference