Searched refs:_defaultValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DattributeDeclBody.java64 public attributeDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) { argument
69 this.defaultValue = _defaultValue;
74 public attributeDeclBody(NGCCRuntimeEx runtime, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) { argument
75 this(null, runtime, runtime, -1, _locator, _isLocal, _defaultValue, _fixedValue);

Completed in 30 milliseconds