xpointer.custom
Class Sentence

java.lang.Object
  |
  +--xpointer.custom.Sentence

public class Sentence
extends java.lang.Object


Constructor Summary
Sentence(Location loc)
           
Sentence(org.w3c.dom.Node node)
           
 
Method Summary
 org.w3c.dom.ranges.Range[] getSentences()
           
 void setBoundary(java.lang.String s)
           
 void setBoundaryOutput(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sentence

public Sentence(Location loc)

Sentence

public Sentence(org.w3c.dom.Node node)
Method Detail

setBoundaryOutput

public void setBoundaryOutput(boolean flag)

setBoundary

public void setBoundary(java.lang.String s)

getSentences

public org.w3c.dom.ranges.Range[] getSentences()