Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.util.xml.XMLException

Packages that use XMLException
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
edu.illinois.cs.cogcomp.lbj.coref.util.xml   
 

Uses of XMLException in edu.illinois.cs.cogcomp.lbj.coref.ir.docs
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that throw XMLException
private  Chunk DocXMLBase.findAndProcessChunk(org.w3c.dom.Element parent, java.lang.String tagName)
          Find and load a chunk.
protected  Entity DocACEPhase2.loadEntity(org.w3c.dom.Node nEntity)
          Loads an entity from an xml representation and returns it.
protected abstract  Entity DocXMLBase.loadEntity(org.w3c.dom.Node nEntity)
           
protected  Entity DocAPF.loadEntity(org.w3c.dom.Node nEntity)
          Loads an entity from an XML representation and returns it.
protected  Relation DocXMLBase.loadRelation(org.w3c.dom.Element node)
          Loads a Relation from an xml representation and returns it.
 void DocXMLBase.loadXML(java.lang.String filename)
           
protected  java.util.List<Chunk> DocXMLBase.processAttributes(org.w3c.dom.Element parent, java.lang.String attrName)
          Gets all Chunks found inside parent with nodeName attrName.
protected  Chunk DocACEPhase2.processChunk(org.w3c.dom.Element element)
          Load a chunk.
protected abstract  Chunk DocXMLBase.processChunk(org.w3c.dom.Element element)
          Load a chunk.
protected  Chunk DocAPF.processChunk(org.w3c.dom.Element element)
          Load a chunk.
protected  Mention DocXMLBase.processEntityMention(org.w3c.dom.Element node, java.lang.String entityID, java.lang.String entityType, java.lang.String subtype, java.lang.String specificity)
          Process an mentionType_mention tag.
private  RelationMention DocXMLBase.processRelationMention(org.w3c.dom.Element element)
           
private  RelationMentionArgument DocXMLBase.processRelationMentionArgument(org.w3c.dom.Element node)
           
 

Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that throw XMLException
DocACEPhase2(java.lang.String filename)
          Loads filename file and reads in the xml representation.
DocACEPhase2(java.lang.String filename, LBJ2.classify.Classifier caser)
           
DocAPF(java.lang.String filename)
          Loads filename file and reads in the XML representation.
DocAPF(java.lang.String filename, LBJ2.classify.Classifier caser)
           
DocAPF(java.lang.String filename, DocBase.PosSource posSource)
          Loads filename file and reads in the XML representation.
DocXMLBase(java.lang.String filename, java.lang.String ext)
          Given the name of a file and the extension, load the file and reads in the XML representation.
DocXMLBase(java.lang.String baseFilename, java.lang.String ext, LBJ2.classify.Classifier caser)
           
DocXMLBase(java.lang.String filename, java.lang.String ext, DocBase.PosSource posSource)
          Given the name of a file and the extension, load the file and reads in the XML representation.
 

Uses of XMLException in edu.illinois.cs.cogcomp.lbj.coref.util.xml
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.util.xml that throw XMLException
static java.lang.String SimpleXMLParser.getContentString(org.w3c.dom.Element tag)
           
static org.w3c.dom.Document SimpleXMLParser.getDocument(java.io.File file)
           
private static org.w3c.dom.Document SimpleXMLParser.getDocument(java.io.File file, javax.xml.parsers.DocumentBuilder docBuilder)
           
static org.w3c.dom.Document SimpleXMLParser.getDocument(java.lang.String filename)
           
private static javax.xml.parsers.DocumentBuilder SimpleXMLParser.getDocumentBuilder()
          UTILITY METHODS ***
static org.w3c.dom.Element SimpleXMLParser.getElement(org.w3c.dom.Element parent, java.lang.String tagName)
           
static java.lang.String SimpleXMLParser.getTagContent(org.w3c.dom.Element parent, java.lang.String tagName)