-
Notifications
You must be signed in to change notification settings - Fork 13
[XERCESJ-1781] Javadoc changes for abstract Parsers & Handler interfaces #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XERCESJ-1781] Javadoc changes for abstract Parsers & Handler interfaces #72
Conversation
| /** Default constructor. */ | ||
| /** | ||
| * Default constructor. | ||
| * <p>Constructs a DOM parser using default features</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
period
| * internal entities or a document entity that is | ||
| * parsed from a java.io.Reader). | ||
| * @param augs Additional information that may include infoset augmentations | ||
| * @param name the name of the entity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
general entity
| * | ||
| * @throws XNIException Thrown by handler to signal an error. | ||
| * @param name the name of the entity. Parameter entity names start with '%', whereas | ||
| * the name of a general entity is just the entity name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a period since this ends a sentence
| * @param text the value of the entity | ||
| * @param nonNormalizedText The non-normalized value of the entity. This value contains | ||
| * the same sequence of characters that was in the internal entity declaration, | ||
| * without any entity references expanded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
period
This PR focuses on AbstractDOMParser & AbstractXMLDocumentParser and the related interfaces XMLDTDContentModelHandler and XMLDTDHandler