Searched defs:_loc (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIXPluginCustomization.java51 public BIXPluginCustomization(Element e, Locator _loc) { argument
52 super(_loc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DCommentListHost.java67 public void addComment(String value, Location _loc) throws BuildException { argument
68 LocationHost loc = cast(_loc);
H A DDivHost.java68 public void endDiv(Location _loc, Annotations _anno) throws BuildException { argument
69 LocationHost loc = cast(_loc);
H A DElementAnnotationBuilderHost.java69 public void addText(String value, Location _loc, CommentList _comments) throws BuildException { argument
70 LocationHost loc = cast(_loc);
H A DGrammarHost.java77 public ParsedPattern endGrammar(Location _loc, Annotations _anno) throws BuildException { argument
78 LocationHost loc = cast(_loc);
H A DIncludeHost.java71 public void endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) throws BuildException, IllegalSchemaException { argument
72 LocationHost loc = cast(_loc);
H A DScopeHost.java69 public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
70 LocationHost loc = cast(_loc);
78 public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
79 LocationHost loc = cast(_loc);
H A DAnnotationsHost.java69 String value, Location _loc) throws BuildException {
70 LocationHost loc = cast(_loc);
68 addAttribute(String ns, String localName, String prefix, String value, Location _loc) argument
H A DDataPatternBuilderHost.java70 public void addParam(String name, String value, Context context, String ns, Location _loc, Annotations _anno) throws BuildException { argument
71 LocationHost loc = cast(_loc);
85 public ParsedPattern makePattern(Location _loc, Annotations _anno) throws BuildException { argument
86 LocationHost loc = cast(_loc);
94 public ParsedPattern makePattern(ParsedPattern _except, Location _loc, Annotations _anno) throws BuildException { argument
96 LocationHost loc = cast(_loc);
H A DGrammarSectionHost.java75 Location _loc, Annotations _anno) throws BuildException {
77 LocationHost loc = cast(_loc);
74 define(String name, Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno) argument
H A DNameClassBuilderHost.java100 public ParsedNameClass makeChoice(List _nameClasses, Location _loc, Annotations _anno) { argument
107 LocationHost loc = cast(_loc);
115 public ParsedNameClass makeName(String ns, String localName, String prefix, Location _loc, Annotations _anno) { argument
116 LocationHost loc = cast(_loc);
124 public ParsedNameClass makeNsName(String ns, Location _loc, Annotations _anno) { argument
125 LocationHost loc = cast(_loc);
133 public ParsedNameClass makeNsName(String ns, ParsedNameClass _except, Location _loc, Annotations _anno) { argument
135 LocationHost loc = cast(_loc);
143 public ParsedNameClass makeAnyName(Location _loc, Annotations _anno) { argument
144 LocationHost loc = cast(_loc);
152 makeAnyName(ParsedNameClass _except, Location _loc, Annotations _anno) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttGroupDeclImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) {
44 this(_parent,_annon,_loc,_fa,_name);
49 Locator _loc, ForeignAttributesImpl _fa, String _name ) {
51 super(_parent,_annon,_loc,_fa,_name,false);
41 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) argument
48 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name ) argument
H A DXPathImpl.java43 public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) { argument
44 super(_owner, _annon, _loc, fa);
H A DAttributeDeclImpl.java40 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous,
44 super(owner,_annon,_loc,_fa,_targetNamespace,_name,_anonymous);
38 AttributeDeclImpl( SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type ) argument
H A DFacetImpl.java36 public FacetImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
39 super(owner,_annon,_loc,_fa);
H A DListSimpleTypeImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
48 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
43 ListSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType ) argument
H A DNotationImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name,
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false);
41 NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, String _publicId, String _systemId ) argument
H A DParticleImpl.java46 Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) {
48 super(owner,_ann,_loc,null);
54 Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) {
56 super(owner,_ann,_loc,null);
61 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc ) {
62 this(owner,_ann,_term,_loc,1,1);
45 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) argument
53 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) argument
H A DUnionSimpleTypeImpl.java45 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
49 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
44 UnionSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members ) argument
H A DComponentImpl.java46 protected ComponentImpl( SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa ) { argument
49 this.locator = _loc;
H A DIdentityConstraintImpl.java53 public IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, argument
57 super(_owner, _annon, _loc, fa);
H A DModelGroupDeclImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
48 super(owner,_annon,_loc,_fa,_targetNamespace,_name,false);
43 ModelGroupDeclImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _targetNamespace, String _name, ModelGroupImpl _modelGroup ) argument
H A DModelGroupImpl.java47 public ModelGroupImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
50 super(owner,_annon,_loc,_fa);
H A DRestrictionSimpleTypeImpl.java46 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
50 super( _parent, _annon, _loc, _fa, _name, _anonymous, finalSet, _baseType );
45 RestrictionSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType ) argument
H A DWildcardImpl.java51 protected WildcardImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
52 super(owner,_annon,_loc,_fa);
98 public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
99 super(owner,_annon,_loc,_fa,_mode);
114 public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
116 super(owner,_annon,_loc,_fa,_mode);
137 public Finite( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
139 super(owner,_annon,_loc,_fa,_mode);

Completed in 62 milliseconds

12