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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DUnparsedEntity.java34 public UnparsedEntity(String _name, String _systemIdentifier, String _publicIdentifier, String _notationName) { argument
36 notationName = _notationName;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEntityDeclarationImpl.java39 private String _notationName; field in class:EntityDeclarationImpl
81 return _notationName;
124 _notationName = notationName;

Completed in 37 milliseconds