Document Java XML transform source metadata - #451
Open
jonathanpeppers wants to merge 1 commit into
Open
Conversation
Refs #264 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
requested review from
dalexsoto
and
a lite review from Copilot
August 14, 2026 15:11
jonathanpeppers
enabled auto-merge (squash)
August 14, 2026 15:11
There was a problem hiding this comment.
Pull request overview
This PR improves the generated XML documentation for the Javax.Xml.Transform bindings by replacing “To be added.” placeholders with meaningful <value> metadata text, aligned with the Android/Java API references and the repo’s documentation style.
Changes:
- Documented
SystemIdproperty values forISourceandIResultto describe the identifier set viasetSystemId. - Documented
ISourceLocatorproperty values (ColumnNumber,LineNumber,PublicId,SystemId) with concrete descriptions. - Documented
ITemplates.OutputPropertiesvalue text to describe the effectivexsl:outputproperties.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/xml/Javax.Xml.Transform/ITemplates.xml | Replaces placeholder <value> text for OutputProperties with a specific description. |
| docs/xml/Javax.Xml.Transform/ISourceLocator.xml | Replaces placeholder <value> text for source location metadata properties. |
| docs/xml/Javax.Xml.Transform/ISource.xml | Replaces placeholder <value> text for the SystemId property with a specific description. |
| docs/xml/Javax.Xml.Transform/IResult.xml | Replaces placeholder <value> text for the SystemId property with a specific description. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
@dalexsoto review |
dalexsoto
requested changes
Aug 15, 2026
dalexsoto
left a comment
Member
There was a problem hiding this comment.
The PR currently has merge conflicts with the base branch. Please resolve the conflicts so the reviewed documentation changes can be merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sources
SourcereferenceResultreferenceSourceLocatorreferenceTemplatesreferencejavax.xml.transformAPIValidation
python tools\\regenerate_android_app_docs.py --validate docs\\xml\\Javax.Xml.Transform\\IResult.xml docs\\xml\\Javax.Xml.Transform\\ISource.xml docs\\xml\\Javax.Xml.Transform\\ISourceLocator.xml docs\\xml\\Javax.Xml.Transform\\ITemplates.xmlgit diff --checkRefs #264