org.apache.any23.extractor.html
Class TagSoupParser.ElementLocation

java.lang.Object
  extended by org.apache.any23.extractor.html.TagSoupParser.ElementLocation
Enclosing class:
TagSoupParser

public static class TagSoupParser.ElementLocation
extends Object

Describes a DOM Element location.


Method Summary
 int getBeginColumnNumber()
           
 int getBeginLineNumber()
           
 int getEndColumnNumber()
           
 int getEndLineNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeginLineNumber

public int getBeginLineNumber()

getBeginColumnNumber

public int getBeginColumnNumber()

getEndLineNumber

public int getEndLineNumber()

getEndColumnNumber

public int getEndColumnNumber()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.