Uses of Class
org.eclipse.persistence.internal.oxm.record.XMLReader
Packages that use XMLReader
Package
Description
-
Uses of XMLReader in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return XMLReaderModifier and TypeMethodDescriptionstatic 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 XMLReaderModifier and TypeMethodDescriptionstatic 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.recordModifier and TypeClassDescriptionclassINTERNAL:classConvert and XMLEventReader into SAX events.classInternal:classA common super class for all non SAX based XMLReaders.classConvert an XMLStreamReader into SAX events.Fields in org.eclipse.persistence.internal.oxm.record declared as XMLReaderMethods in org.eclipse.persistence.internal.oxm.record that return XMLReaderModifier and TypeMethodDescriptionabstract XMLReaderExtendedSource.createReader(Unmarshaller unmarshaller) abstract XMLReaderExtendedSource.createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass) SAXUnmarshallerHandler.getXMLReader()UnmarshalRecord.getXMLReader()UnmarshalRecordImpl.getXMLReader()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type XMLReaderModifier and TypeMethodDescriptionvoidSAXUnmarshaller.setValidationMode(XMLReader xmlReader, int validationMode) voidSAXUnmarshallerHandler.setXMLReader(XMLReader xmlReader) voidUnmarshalRecord.setXMLReader(XMLReader xmlReader) voidUnmarshalRecordImpl.setXMLReader(XMLReader xmlReader) SAXUnmarshaller.unmarshal(InputSource inputSource, Class<?> clazz, XMLReader xmlReader) SAXUnmarshaller.unmarshal(InputSource inputSource, XMLReader xmlReader) -
Uses of XMLReader in org.eclipse.persistence.internal.oxm.record.json
Subclasses of XMLReader in org.eclipse.persistence.internal.oxm.record.jsonModifier and TypeClassDescriptionfinal classReader for JSR-353 stream (StAX) parser.class -
Uses of XMLReader in org.eclipse.persistence.oxm.json
Methods in org.eclipse.persistence.oxm.json that return XMLReaderModifier and TypeMethodDescriptionJsonParserSource.createReader(Unmarshaller unmarshaller) JsonParserSource.createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass) JsonStructureSource.createReader(Unmarshaller unmarshaller) JsonStructureSource.createReader(Unmarshaller unmarshaller, Class<?> unmarshalClass) -
Uses of XMLReader in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLReaderMethods in org.eclipse.persistence.oxm.record with parameters of type XMLReader