JAXB
v0.21

javax.xml.bind
Interface RootElement

All Superinterfaces:
Element
All Known Implementing Classes:
MarshallableRootElement

public interface RootElement
extends Element

Interface implemented by all root element classes.

For convenience, this interface redeclares the public root validation method defined in the ValidatableObject class. The full specification of this method may be found in that class.

Version:
1.8, 01/05/31
See Also:
ValidatableObject

Method Summary
 void validate()
          Validates the content tree rooted at this object.
 
Methods inherited from interface javax.xml.bind.Element
validateThis
 

Method Detail

validate

public void validate()
              throws StructureValidationException
Validates the content tree rooted at this object. This method is exactly the validate() method defined in the ValidatableObject class.
Throws:
StructureValidationException - If any structural constraints are violated

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.