@ThreadSafe public final class DOMReader extends Object
public static void reinitialize()
@Nullable public static Document readXMLDOM(@WillClose @Nonnull InputSource aIS) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull @WillClose InputStream aIS) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull @WillClose InputStream aIS, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@WillClose @Nonnull Reader aReader) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@WillClose @Nonnull Reader aReader, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull URI aFile) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull URI aFile, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull URL aFile) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull URL aFile, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull File aFile) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull File aFile, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull IReadableResource aIIS) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull IReadableResource aIIS, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull String sXML) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull String sXML, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull CharSequence sXML) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull CharSequence sXML, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull ByteBuffer aXML) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull ByteBuffer aXML, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull byte[] aXML) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull byte[] aXML, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull byte[] aXML, @Nonnegative int nOfs, @Nonnegative int nLen) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull byte[] aXML, @Nonnegative int nOfs, @Nonnegative int nLen, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull char[] aXML) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull char[] aXML, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull char[] aXML, @Nonnegative int nOfs, @Nonnegative int nLen) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@Nonnull char[] aXML, @Nonnegative int nOfs, @Nonnegative int nLen, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXException@Nullable public static Document readXMLDOM(@WillClose @Nonnull InputSource aInputSource, @Nonnull IDOMReaderSettings aSettings) throws SAXException
SAXExceptionCopyright © 2014–2016 Philip Helger. All rights reserved.