Uses of Class
com.sun.tools.xjc.reader.gbind.Element
-
Packages that use Element Package Description com.sun.tools.xjc.reader.gbind Binary expressions are left-associative.com.sun.tools.xjc.reader.xmlschema -
-
Uses of Element in com.sun.tools.xjc.reader.gbind
Subclasses of Element in com.sun.tools.xjc.reader.gbind Modifier and Type Class Description classSinkNodeSink node of a grpah.classSourceNodeSource node of a graph.Methods in com.sun.tools.xjc.reader.gbind that return types with arguments of type Element Modifier and Type Method Description Iterator<Element>ConnectedComponent. iterator()Iterator<Element>Element. iterator()Deprecated.if you statically call this method, there's something wrong.Methods in com.sun.tools.xjc.reader.gbind with parameters of type Element Modifier and Type Method Description voidElement. addNext(Element element)voidElementSet. addNext(Element element)For each element in this set, adds an edge to the given element. -
Uses of Element in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return Element Modifier and Type Method Description ElementExpressionBuilder. elementDecl(XSElementDecl decl)
-