Uses of Class
org.eclipse.persistence.internal.oxm.record.XMLReader
-
Packages that use XMLReader Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.json org.eclipse.persistence.oxm.record -
-
Uses of XMLReader in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return XMLReader Modifier and Type Method Description static XMLReaderXMLHelper. allowExternalAccess(XMLReader xmlReader, String value, boolean disableSecureProcessing)static XMLReaderXMLHelper. allowExternalDTDAccess(XMLReader xmlReader, String value, boolean disableSecureProcessing)Methods in org.eclipse.persistence.internal.helper with parameters of type XMLReader Modifier and Type Method Description static XMLReaderXMLHelper. allowExternalAccess(XMLReader xmlReader, String value, boolean disableSecureProcessing)static XMLReaderXMLHelper. allowExternalDTDAccess(XMLReader xmlReader, String value, boolean disableSecureProcessing) -
Uses of XMLReader in org.eclipse.persistence.internal.oxm.record
Subclasses of XMLReader in org.eclipse.persistence.internal.oxm.record Modifier and Type Class Description classDOMReaderINTERNAL:classXMLEventReaderReaderConvert and XMLEventReader into SAX events.classXMLFragmentReaderInternal:classXMLReaderAdapterA common super class for all non SAX based XMLReaders.classXMLStreamReaderReaderConvert an XMLStreamReader into SAX events.Fields in org.eclipse.persistence.internal.oxm.record declared as XMLReader Modifier and Type Field Description protected XMLReaderUnmarshalRecordImpl. xmlReaderMethods in org.eclipse.persistence.internal.oxm.record that return XMLReader Modifier and Type Method Description abstract XMLReaderExtendedSource. createReader(Unmarshaller unmarshaller)abstract XMLReaderExtendedSource. createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass)XMLReaderSAXUnmarshallerHandler. getXMLReader()XMLReaderUnmarshalRecord. getXMLReader()XMLReaderUnmarshalRecordImpl. getXMLReader()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type XMLReader Modifier and Type Method Description voidSAXUnmarshaller. setValidationMode(XMLReader xmlReader, int validationMode)voidSAXUnmarshallerHandler. setXMLReader(XMLReader xmlReader)voidUnmarshalRecord. setXMLReader(XMLReader xmlReader)voidUnmarshalRecordImpl. setXMLReader(XMLReader xmlReader)ObjectSAXUnmarshaller. unmarshal(InputSource inputSource, Class<?> clazz, XMLReader xmlReader)ObjectSAXUnmarshaller. unmarshal(InputSource inputSource, XMLReader xmlReader) -
Uses of XMLReader in org.eclipse.persistence.oxm.json
Methods in org.eclipse.persistence.oxm.json that return XMLReader Modifier and Type Method Description XMLReaderJsonParserSource. createReader(Unmarshaller unmarshaller)XMLReaderJsonParserSource. createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass)XMLReaderJsonStructureSource. createReader(Unmarshaller unmarshaller)XMLReaderJsonStructureSource. createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass) -
Uses of XMLReader in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLReader Modifier and Type Method Description XMLReaderUnmarshalRecord. getXMLReader()Methods in org.eclipse.persistence.oxm.record with parameters of type XMLReader Modifier and Type Method Description voidUnmarshalRecord. setXMLReader(XMLReader xmlReader)
-