Skip to content

Commit dbe4f7e

Browse files
author
Pavel Terechshenkov
committed
convert aspose.html.accessibility
1 parent 8843649 commit dbe4f7e

File tree

57 files changed

+336
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+336
-336
lines changed

english/java/aspose.html.accessibility/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Aspose.Html.Accessibility
2+
title: com.aspose.html.Accessibility
33
second_title: Aspose.HTML for .NET API Reference
4-
description: The Aspose.Html.Dom.Accessibility namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
4+
description: The com.aspose.html.Dom.Accessibility package is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
55
type: docs
66
weight: 20
7-
url: /net/aspose.html.accessibility/
7+
url: /net/com.aspose.html.accessibility/
88
---
9-
The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
9+
The **com.aspose.html.Dom.Accessibility** package is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative
1010

1111
## Classes
1212

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
title: AccessibilityRules Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: 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/
4+
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/
55
type: docs
66
weight: 10
7-
url: /net/aspose.html.accessibility/accessibilityrules/
7+
url: /net/com.aspose.html.accessibility/accessibilityrules/
88
---
99
## AccessibilityRules class
1010

1111
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/
1212

13-
```csharp
13+
```java
1414
public class AccessibilityRules
1515
```
1616

1717
## Methods
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [GetPrinciple](../../aspose.html.accessibility/accessibilityrules/getprinciple/)(string) | Get Principle by code from WCAG |
22-
| [GetPrinciples](../../aspose.html.accessibility/accessibilityrules/getprinciples/)() | Get list of all rules from quick reference |
23-
| [GetRules](../../aspose.html.accessibility/accessibilityrules/getrules/)(params string[]) | Get rules by codes from WCAG with type IRule |
21+
| [getPrinciple](../../com.aspose.html.accessibility/accessibilityrules/getprinciple/)(String) | Get Principle by code from WCAG |
22+
| [getPrinciples](../../com.aspose.html.accessibility/accessibilityrules/getprinciples/)() | Get list of all rules from quick reference |
23+
| [getRules](../../com.aspose.html.accessibility/accessibilityrules/getrules/)(params String[]) | Get rules by codes from WCAG with type IRule |
2424

2525
### See Also
2626

27-
* namespace [Aspose.Html.Accessibility](../../aspose.html.accessibility/)
28-
* assembly [Aspose.HTML](../../)
27+
* package [com.aspose.html.Accessibility](../../com.aspose.html.accessibility/)
28+
* package [Aspose.HTML](../../)

english/java/aspose.html.accessibility/accessibilityrules/getprinciple/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ second_title: Aspose.HTML for .NET API Reference
44
description: AccessibilityRules method. Get Principle by code from WCAG
55
type: docs
66
weight: 10
7-
url: /net/aspose.html.accessibility/accessibilityrules/getprinciple/
7+
url: /net/com.aspose.html.accessibility/accessibilityrules/getprinciple/
88
---
99
## AccessibilityRules.GetPrinciple method
1010

1111
Get Principle by code from WCAG
1212

13-
```csharp
14-
public Principle GetPrinciple(string code)
13+
```java
14+
public Principle GetPrinciple(String code)
1515
```
1616

1717
| Parameter | Type | Description |
@@ -26,5 +26,5 @@ Principle object
2626

2727
* class [Principle](../../principle/)
2828
* class [AccessibilityRules](../)
29-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
30-
* assembly [Aspose.HTML](../../../)
29+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
30+
* package [Aspose.HTML](../../../)

english/java/aspose.html.accessibility/accessibilityrules/getprinciples/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ second_title: Aspose.HTML for .NET API Reference
44
description: AccessibilityRules method. Get list of all rules from quick reference
55
type: docs
66
weight: 20
7-
url: /net/aspose.html.accessibility/accessibilityrules/getprinciples/
7+
url: /net/com.aspose.html.accessibility/accessibilityrules/getprinciples/
88
---
99
## AccessibilityRules.GetPrinciples method
1010

1111
Get list of all rules from quick reference
1212

13-
```csharp
13+
```java
1414
public IEnumerable<Principle> GetPrinciples()
1515
```
1616

@@ -22,5 +22,5 @@ list objects of Priniciple
2222

2323
* class [Principle](../../principle/)
2424
* class [AccessibilityRules](../)
25-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
26-
* assembly [Aspose.HTML](../../../)
25+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
26+
* package [Aspose.HTML](../../../)

english/java/aspose.html.accessibility/accessibilityrules/getrules/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ second_title: Aspose.HTML for .NET API Reference
44
description: AccessibilityRules method. Get rules by codes from WCAG with type IRule
55
type: docs
66
weight: 30
7-
url: /net/aspose.html.accessibility/accessibilityrules/getrules/
7+
url: /net/com.aspose.html.accessibility/accessibilityrules/getrules/
88
---
99
## AccessibilityRules.GetRules method
1010

1111
Get rules by codes from WCAG with type IRule
1212

13-
```csharp
14-
public IList<IRule> GetRules(params string[] codes)
13+
```java
14+
public IList<IRule> GetRules(params String[] codes)
1515
```
1616

1717
| Parameter | Type | Description |
@@ -26,5 +26,5 @@ IList{IRule} object
2626

2727
* interface [IRule](../../irule/)
2828
* class [AccessibilityRules](../)
29-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
30-
* assembly [Aspose.HTML](../../../)
29+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
30+
* package [Aspose.HTML](../../../)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
title: AccessibilityValidator Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: Aspose.Html.Accessibility.AccessibilityValidator class. The validator class handles quick reference rules. Contains a Validate method to check accessibility
4+
description: com.aspose.html.Accessibility.AccessibilityValidator class. The validator class handles quick reference rules. Contains a Validate method to check accessibility
55
type: docs
66
weight: 20
7-
url: /net/aspose.html.accessibility/accessibilityvalidator/
7+
url: /net/com.aspose.html.accessibility/accessibilityvalidator/
88
---
99
## AccessibilityValidator class
1010

1111
The validator class handles quick reference rules. Contains a Validate method to check accessibility.
1212

13-
```csharp
13+
```java
1414
public class AccessibilityValidator
1515
```
1616

1717
## Methods
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [Validate](../../aspose.html.accessibility/accessibilityvalidator/validate/)(HTMLDocument) | Checks all methods in the Rule List. |
21+
| [validate](../../com.aspose.html.accessibility/accessibilityvalidator/validate/)(HTMLDocument) | Checks all methods in the Rule List. |
2222

2323
### See Also
2424

25-
* namespace [Aspose.Html.Accessibility](../../aspose.html.accessibility/)
26-
* assembly [Aspose.HTML](../../)
25+
* package [com.aspose.html.Accessibility](../../com.aspose.html.accessibility/)
26+
* package [Aspose.HTML](../../)

english/java/aspose.html.accessibility/accessibilityvalidator/validate/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ second_title: Aspose.HTML for .NET API Reference
44
description: AccessibilityValidator method. Checks all methods in the Rule List
55
type: docs
66
weight: 10
7-
url: /net/aspose.html.accessibility/accessibilityvalidator/validate/
7+
url: /net/com.aspose.html.accessibility/accessibilityvalidator/validate/
88
---
99
## AccessibilityValidator.Validate method
1010

1111
Checks all methods in the Rule List.
1212

13-
```csharp
13+
```java
1414
public ValidationResult Validate(HTMLDocument document)
1515
```
1616

@@ -24,8 +24,8 @@ result object of validation.
2424

2525
### See Also
2626

27-
* class [ValidationResult](../../../aspose.html.accessibility.results/validationresult/)
28-
* class [HTMLDocument](../../../aspose.html/htmldocument/)
27+
* class [ValidationResult](../../../com.aspose.html.accessibility.results/validationresult/)
28+
* class [HTMLDocument](../../../com.aspose.html/htmldocument/)
2929
* class [AccessibilityValidator](../)
30-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
31-
* assembly [Aspose.HTML](../../../)
30+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
31+
* package [Aspose.HTML](../../../)
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
22
title: Criterion Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: 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
4+
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
55
type: docs
66
weight: 30
7-
url: /net/aspose.html.accessibility/criterion/
7+
url: /net/com.aspose.html.accessibility/criterion/
88
---
99
## Criterion class
1010

1111
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
1212

13-
```csharp
13+
```java
1414
public class Criterion : Rule
1515
```
1616

1717
## Properties
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [AdvisoryTechniques](../../aspose.html.accessibility/criterion/advisorytechniques/) { get; } | The methods are of a recommendatory nature. |
22-
| [Code](../../aspose.html.accessibility/rule/code/) { get; } | Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
23-
| [Description](../../aspose.html.accessibility/rule/description/) { get; } | Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
24-
| [Failures](../../aspose.html.accessibility/criterion/failures/) { get; } | Failures are things that cause accessibility barriers and fail specific success criteria. |
25-
| [Level](../../aspose.html.accessibility/criterion/level/) { get; } | Compliance levels: A (lowest), AA and AAA (highest). |
26-
| [SufficientTechniques](../../aspose.html.accessibility/criterion/sufficienttechniques/) { get; } | The methods are sufficient to fulfill the success criteria. |
21+
| [getAdvisoryTechniques](../../com.aspose.html.accessibility/criterion/advisorytechniques/) The methods are of a recommendatory nature. |
22+
| [getCode](../../com.aspose.html.accessibility/rule/code/) Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
23+
| [getDescription](../../com.aspose.html.accessibility/rule/description/) Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0 |
24+
| [getFailures](../../com.aspose.html.accessibility/criterion/failures/) Failures are things that cause accessibility barriers and fail specific success criteria. |
25+
| [getLevel](../../com.aspose.html.accessibility/criterion/level/) Compliance levels: A (lowest), AA and AAA (highest). |
26+
| [getSufficientTechniques](../../com.aspose.html.accessibility/criterion/sufficienttechniques/) The methods are sufficient to fulfill the success criteria. |
2727

2828
### See Also
2929

3030
* class [Rule](../rule/)
31-
* namespace [Aspose.Html.Accessibility](../../aspose.html.accessibility/)
32-
* assembly [Aspose.HTML](../../)
31+
* package [com.aspose.html.Accessibility](../../com.aspose.html.accessibility/)
32+
* package [Aspose.HTML](../../)

english/java/aspose.html.accessibility/criterion/advisorytechniques/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ second_title: Aspose.HTML for .NET API Reference
44
description: Criterion property. The methods are of a recommendatory nature
55
type: docs
66
weight: 10
7-
url: /net/aspose.html.accessibility/criterion/advisorytechniques/
7+
url: /net/com.aspose.html.accessibility/criterion/advisorytechniques/
88
---
99
## Criterion.AdvisoryTechniques property
1010

1111
The methods are of a recommendatory nature.
1212

13-
```csharp
13+
```java
1414
public IList<IRule> AdvisoryTechniques { get; }
1515
```
1616

1717
### See Also
1818

1919
* interface [IRule](../../irule/)
2020
* class [Criterion](../)
21-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
22-
* assembly [Aspose.HTML](../../../)
21+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
22+
* package [Aspose.HTML](../../../)

english/java/aspose.html.accessibility/criterion/failures/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ second_title: Aspose.HTML for .NET API Reference
44
description: Criterion property. Failures are things that cause accessibility barriers and fail specific success criteria
55
type: docs
66
weight: 20
7-
url: /net/aspose.html.accessibility/criterion/failures/
7+
url: /net/com.aspose.html.accessibility/criterion/failures/
88
---
99
## Criterion.Failures property
1010

1111
Failures are things that cause accessibility barriers and fail specific success criteria.
1212

13-
```csharp
13+
```java
1414
public IList<IRule> Failures { get; }
1515
```
1616

1717
### See Also
1818

1919
* interface [IRule](../../irule/)
2020
* class [Criterion](../)
21-
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
22-
* assembly [Aspose.HTML](../../../)
21+
* package [com.aspose.html.Accessibility](../../../com.aspose.html.accessibility/)
22+
* package [Aspose.HTML](../../../)

0 commit comments

Comments
 (0)