JAXB
v0.21

javax.xml.marshal
Class DocumentScanPosition

java.lang.Object
  |
  +--javax.xml.marshal.ScanPosition
        |
        +--javax.xml.marshal.DocumentScanPosition

public final class DocumentScanPosition
extends ScanPosition

An object describing a scanner's position in a DOM tree.

A document-scan position contains a reference to the DOM node at which the scanner is currently positioned.

Version:
1.1, 01/03/07

Constructor Summary
DocumentScanPosition(org.w3c.dom.Node node)
          Constructs a new scan position with the given node.
 
Method Summary
 org.w3c.dom.Node node()
          Returns this scan position's node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentScanPosition

public DocumentScanPosition(org.w3c.dom.Node node)
Constructs a new scan position with the given node.
Parameters:
node - The node; must not be null
Method Detail

node

public org.w3c.dom.Node node()
Returns this scan position's node
Returns:
This position's node

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.