com.sun.tools.xjc.reader.xmlschema
Class GWildcardElement
java.lang.Object
com.sun.tools.xjc.reader.gbind.Expression
com.sun.tools.xjc.reader.gbind.Element
com.sun.tools.xjc.reader.xmlschema.GElement
com.sun.tools.xjc.reader.xmlschema.GWildcardElement
- All Implemented Interfaces:
- ElementSet, java.lang.Iterable<Element>
final class GWildcardElement
- extends GElement
Element that represents a wildcard,
for the "ease of binding" we always just bind this to DOM elements.
|
Method Summary |
(package private) java.lang.String |
getPropertyNameSeed()
Gets the seed (raw XML name) to be used to generate a property name. |
boolean |
isStrict()
|
void |
merge(com.sun.xml.xsom.XSWildcard wc)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GWildcardElement
GWildcardElement()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getPropertyNameSeed
java.lang.String getPropertyNameSeed()
- Description copied from class:
GElement
- Gets the seed (raw XML name) to be used to generate a property name.
- Specified by:
getPropertyNameSeed in class GElement
merge
public void merge(com.sun.xml.xsom.XSWildcard wc)
isStrict
public boolean isStrict()