Uses of Interface
ca.phon.xml.XMLObjectReader
Packages that use XMLObjectReader
Package
Description
-
Uses of XMLObjectReader in ca.phon.session.io.xml.v1_2
Classes in ca.phon.session.io.xml.v1_2 that implement XMLObjectReaderModifier and TypeClassDescriptionclassSession XML reader for session files with version 'PB1.2' When reading in this older format alignment may be fixed. -
Uses of XMLObjectReader in ca.phon.session.io.xml.v2_0
Classes in ca.phon.session.io.xml.v2_0 that implement XMLObjectReaderModifier and TypeClassDescriptionclassSession XML reader for session files with starting element {https://phon.ca/ns/session}session (version '2.0'.) -
Uses of XMLObjectReader in ca.phon.session.io.xml.v2_1
Classes in ca.phon.session.io.xml.v2_1 that implement XMLObjectReaderModifier and TypeClassDescriptionclassSession XML reader for session files with starting element {https://phon.ca/ns/session}session (version '2.1'.) -
Uses of XMLObjectReader in ca.phon.xml
Methods in ca.phon.xml that return XMLObjectReaderModifier and TypeMethodDescription<T> XMLObjectReader<T> XMLObjectReaderFactory.createReader(String namespace, String name, Class<T> type) Return the XMLObjectReader for the given namespace and element name.<T> XMLObjectReader<T> XMLObjectReaderFactory.createReader(QName qname, Class<T> type) Return the XMLObjectReader for the givenQName