org.kohsuke.stapler.export
Interface XSD.Schema

All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
Enclosing interface:
XSD

public static interface XSD.Schema
extends com.sun.xml.txw2.TypedXmlWriter


Method Summary
 XSD.ComplexType complexType()
           
 XSD.Element element()
           
 XSD.SimpleType simpleType()
           
 
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
 

Method Detail

element

XSD.Element element()

complexType

XSD.ComplexType complexType()

simpleType

XSD.SimpleType simpleType()


Copyright © 2012. All Rights Reserved.