Uses of Class
org.basex.io.in.TextInput

Packages that use TextInput
org.basex.io.in   
org.basex.query.value.item   
 

Uses of TextInput in org.basex.io.in
 

Subclasses of TextInput in org.basex.io.in
 class NewlineInput
          This class provides a convenient access to text input.
 

Methods in org.basex.io.in that return TextInput
 TextInput TextInput.encoding(java.lang.String enc)
          Sets a new encoding.
 TextInput TextInput.validate(boolean v)
          Checks the input for valid XML characters and throws an exception if invalid characters are found.
 

Uses of TextInput in org.basex.query.value.item
 

Methods in org.basex.query.value.item that return TextInput
 TextInput StrStream.input(InputInfo ii)