Class BLPositionalXML

java.lang.Object
com.io7m.brooklime.vanilla.internal.BLPositionalXML

public final class BLPositionalXML
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  BLPositionalXML.BLPosition  
  • Method Summary

    Modifier and Type Method Description
    static BLPositionalXML.BLPosition lexicalOf​(org.w3c.dom.Node node)  
    static org.w3c.dom.Document readXML​(java.net.URI source, java.io.InputStream stream)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • lexicalOf

      public static BLPositionalXML.BLPosition lexicalOf​(org.w3c.dom.Node node)
    • readXML

      public static org.w3c.dom.Document readXML​(java.net.URI source, java.io.InputStream stream) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
      Throws:
      java.io.IOException
      org.xml.sax.SAXException
      javax.xml.parsers.ParserConfigurationException