JAXB
v0.21

javax.xml.marshal
Class ScanPosition

java.lang.Object
  |
  +--javax.xml.marshal.ScanPosition
Direct Known Subclasses:
DocumentScanPosition, StreamScanPosition

public abstract class ScanPosition
extends Object

A description of a scanner's position. Scan positions are used to report the locations of both well-formedness and validity errors encountered during unmarshalling. Different types of scan positions are defined by the subclasses of this class according to the different types of input that can be scanned: StreamScanPosition objects are created by stream scanners, and DocumentScanPosition objects are created by DOM-tree scanners.

Version:
1.1, 01/03/07

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


JAXB
v0.21


Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb

Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.