Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-html/Aspose.HTML-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
tpavel-aspose committed Feb 10, 2025
1 parent b1eefce commit 6cf1909
Show file tree
Hide file tree
Showing 3,920 changed files with 3,923 additions and 3,923 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions content/sites/aspose/html/english/java/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Aspose.HTML for Java
type: docs
weight: 10
url: /net/

url: /java/
keywords: "Aspose.HTML for Java, Aspose HTML, Aspose API Reference."
description: Aspose.HTML for Java is a cross-platform class library that enables your applications to perform a wide range of HTML manipulation tasks.
is_root: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.html.accessibility.results
second_title: Aspose.HTML for Java API Reference
description: The com.aspose.html.accessibility.results package contains classes that describe the results of rule validation
type: docs
weight: 30

url: /java/com.aspose.html.accessibility.results/
---
The **com.aspose.html.accessibility.results** package contains classes that describe the results of rule validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.results.RuleValidationResult class. Class - result of rule check contains a list of ITechniqueResult which are ways to satisfy the success criteria
type: docs
weight: 90

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/
---
## RuleValidationResult class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult.Errors
second_title: Aspose.HTML for Java API Reference
description: RuleValidationResult property. Collection of results with Errors
type: docs
weight: 10

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/errors/
---
## RuleValidationResult.Errors property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult.Results
second_title: Aspose.HTML for Java API Reference
description: RuleValidationResult property. Collection of ITechniqueResult on rule validation
type: docs
weight: 20

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/results/
---
## RuleValidationResult.Results property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult.Rule
second_title: Aspose.HTML for Java API Reference
description: RuleValidationResult property. Rule that has been tested
type: docs
weight: 30

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/rule/
---
## RuleValidationResult.Rule property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult.Success
second_title: Aspose.HTML for Java API Reference
description: RuleValidationResult property. Returns the result of rule validation
type: docs
weight: 40

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/success/
---
## RuleValidationResult.Success property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RuleValidationResult.Warnings
second_title: Aspose.HTML for Java API Reference
description: RuleValidationResult property. Collection of results with Warnings
type: docs
weight: 50

url: /java/com.aspose.html.accessibility.results/rulevalidationresult/warnings/
---
## RuleValidationResult.Warnings property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResult Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.results.ValidationResult class. The main result class that contains Results for all Criterion from AccessibilityRules object
type: docs
weight: 100

url: /java/com.aspose.html.accessibility.results/validationresult/
---
## ValidationResult class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResult.Details
second_title: Aspose.HTML for Java API Reference
description: ValidationResult property. Validation result details
type: docs
weight: 10

url: /java/com.aspose.html.accessibility.results/validationresult/details/
---
## ValidationResult.Details property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResult.SaveTo
second_title: Aspose.HTML for Java API Reference
description: ValidationResult method. Save validation results to the TextWriter object
type: docs
weight: 30

url: /java/com.aspose.html.accessibility.results/validationresult/saveto/
---
## SaveTo(TextWriter, ValidationResultSaveFormat) {#saveto_1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResult.SaveToString
second_title: Aspose.HTML for Java API Reference
description: ValidationResult method. Save validation results to String
type: docs
weight: 40

url: /java/com.aspose.html.accessibility.results/validationresult/savetoString/
---
## ValidationResult.SaveToString method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResult.Success
second_title: Aspose.HTML for Java API Reference
description: ValidationResult property. The result of validation
type: docs
weight: 20

url: /java/com.aspose.html.accessibility.results/validationresult/success/
---
## ValidationResult.Success property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.html.accessibility.saving
second_title: Aspose.HTML for Java API Reference
description: The com.aspose.html.accessibility.saving package is designed to save validation results various formats
type: docs
weight: 40

url: /java/com.aspose.html.accessibility.saving/
---
The **com.aspose.html.accessibility.saving** package is designed to save validation results various formats.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ValidationResultSaveFormat Enum
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.saving.ValidationResultSaveFormat enum. Specifies format in which result is saved
type: docs
weight: 120

url: /java/com.aspose.html.accessibility.saving/validationresultsaveformat/
---
## ValidationResultSaveFormat enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: com.aspose.html.accessibility
second_title: Aspose.HTML for Java API Reference
description: The com.aspose.html.accessibility package is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/
---
The **com.aspose.html.accessibility** package is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityRules Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.AccessibilityRules class. Quick reference to Web Content Accessibility Guidelines WCAG 2 requirements success criteria and techniques. Contain a list of Principle. https//www.w3.org/WAI/WCAG21/quickref/
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/accessibilityrules/
---
## AccessibilityRules class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityRules.GetPrinciple
second_title: Aspose.HTML for Java API Reference
description: AccessibilityRules method. Get Principle by code from WCAG
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/accessibilityrules/getprinciple/
---
## AccessibilityRules.GetPrinciple method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityRules.GetPrinciples
second_title: Aspose.HTML for Java API Reference
description: AccessibilityRules method. Get list of all rules from quick reference
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/accessibilityrules/getprinciples/
---
## AccessibilityRules.GetPrinciples method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityRules.GetRules
second_title: Aspose.HTML for Java API Reference
description: AccessibilityRules method. Get rules by codes from WCAG with type IRule
type: docs
weight: 30

url: /java/com.aspose.html.accessibility/accessibilityrules/getrules/
---
## AccessibilityRules.GetRules method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityValidator Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.AccessibilityValidator class. The validator class handles quick reference rules. Contains a Validate method to check accessibility
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/accessibilityvalidator/
---
## AccessibilityValidator class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AccessibilityValidator.Validate
second_title: Aspose.HTML for Java API Reference
description: AccessibilityValidator method. Checks all methods in the Rule List
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/accessibilityvalidator/validate/
---
## AccessibilityValidator.Validate method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Criterion Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.Criterion class. Verifiable success criteria are provided for each recommendation so WCAG 2.0 can be applied in areas where compliance testing is required. https//www.w3.org/WAI/WCAG21/Understanding/understanding-techniques
type: docs
weight: 30

url: /java/com.aspose.html.accessibility/criterion/
---
## Criterion class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Criterion.AdvisoryTechniques
second_title: Aspose.HTML for Java API Reference
description: Criterion property. The methods are of a recommendatory nature
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/criterion/advisorytechniques/
---
## Criterion.AdvisoryTechniques property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Criterion.Failures
second_title: Aspose.HTML for Java API Reference
description: Criterion property. Failures are things that cause accessibility barriers and fail specific success criteria
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/criterion/failures/
---
## Criterion.Failures property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Criterion.Level
second_title: Aspose.HTML for Java API Reference
description: Criterion property. Compliance levels A lowest AA and AAA highest
type: docs
weight: 30

url: /java/com.aspose.html.accessibility/criterion/level/
---
## Criterion.Level property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Criterion.SufficientTechniques
second_title: Aspose.HTML for Java API Reference
description: Criterion property. The methods are sufficient to fulfill the success criteria
type: docs
weight: 40

url: /java/com.aspose.html.accessibility/criterion/sufficienttechniques/
---
## Criterion.SufficientTechniques property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Guideline Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.Guideline class. Guidelines - the next level after principles. There are not testable but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectoryCriterion
type: docs
weight: 40

url: /java/com.aspose.html.accessibility/guideline/
---
## Guideline class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Guideline.GetCriterion
second_title: Aspose.HTML for Java API Reference
description: Guideline method. Get Criterion by code from WCAG
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/guideline/getcriterion/
---
## Guideline.GetCriterion method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Guideline.GetCriterions
second_title: Aspose.HTML for Java API Reference
description: Guideline method. Get all the criteria contained in the Guideline
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/guideline/getcriterions/
---
## Guideline.GetCriterions method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError Interface
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.IError interface. The interface describes the error of the validation
type: docs
weight: 50

url: /java/com.aspose.html.accessibility/ierror/
---
## IError interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError.ErrorMessage
second_title: Aspose.HTML for Java API Reference
description: IError property. Message of the error or warning
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/ierror/errormessage/
---
## IError.ErrorMessage property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError.ErrorType
second_title: Aspose.HTML for Java API Reference
description: IError property. returns Error type numeric value
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/ierror/errortype/
---
## IError.ErrorType property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError.ErrorTypeName
second_title: Aspose.HTML for Java API Reference
description: IError property. Presentation description of object
type: docs
weight: 30

url: /java/com.aspose.html.accessibility/ierror/errortypename/
---
## IError.ErrorTypeName property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError.Success
second_title: Aspose.HTML for Java API Reference
description: IError property. Returns result of the criterion
type: docs
weight: 40

url: /java/com.aspose.html.accessibility/ierror/success/
---
## IError.Success property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IError.Target
second_title: Aspose.HTML for Java API Reference
description: IError property. Return html or css object with error
type: docs
weight: 50

url: /java/com.aspose.html.accessibility/ierror/target/
---
## IError.Target property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IRule Interface
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.IRule interface. Interface describing the main properties of the rules
type: docs
weight: 60

url: /java/com.aspose.html.accessibility/irule/
---
## IRule interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IRule.Code
second_title: Aspose.HTML for Java API Reference
description: IRule property. Rule code from the quick reference WCAG. https//www.w3.org/WAI/WCAG21/quickref/versions2.0
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/irule/code/
---
## IRule.Code property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IRule.Description
second_title: Aspose.HTML for Java API Reference
description: IRule property. Description of criterion from the quick reference WCAG. https//www.w3.org/WAI/WCAG21/quickref/versions2.0
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/irule/description/
---
## IRule.Description property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITechniqueResult Interface
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.ITechniqueResult interface. Describes the result of the technique validation
type: docs
weight: 70

url: /java/com.aspose.html.accessibility/itechniqueresult/
---
## ITechniqueResult interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITechniqueResult.Error
second_title: Aspose.HTML for Java API Reference
description: ITechniqueResult property. Error object that implemented interface IError
type: docs
weight: 10

url: /java/com.aspose.html.accessibility/itechniqueresult/error/
---
## ITechniqueResult.Error property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITechniqueResult.Rule
second_title: Aspose.HTML for Java API Reference
description: ITechniqueResult property. The rule that is checked
type: docs
weight: 20

url: /java/com.aspose.html.accessibility/itechniqueresult/rule/
---
## ITechniqueResult.Rule property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITechniqueResult.Success
second_title: Aspose.HTML for Java API Reference
description: ITechniqueResult property. Returns result of the criterion
type: docs
weight: 30

url: /java/com.aspose.html.accessibility/itechniqueresult/success/
---
## ITechniqueResult.Success property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Principle Class
second_title: Aspose.HTML for Java API Reference
description: com.aspose.html.accessibility.Principle class. Accessibility Principle - The highest levels that provide the foundation of web accessibility contain a list of Guidelines with type RuleCollectionGuideline. The object is not allowed to be created outside the assembly. https//www.w3.org/WAI/fundamentals/accessibility-principles/
type: docs
weight: 80

url: /java/com.aspose.html.accessibility/principle/
---
## Principle class
Expand Down
Loading

0 comments on commit 6cf1909

Please sign in to comment.