-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest license-maven-plugin
- Loading branch information
1 parent
a12a157
commit 39b93ed
Showing
100 changed files
with
115 additions
and
112 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AbstractASTNode.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AbstractOperand.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AbstractOperandWithOps.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AbstractSequenceType.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AdditiveExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AnyKindTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AtomicType.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/AttributeTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/CastableExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/CommentTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/Comparison.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ComparisonExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ContextItemExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/DecimalLiteral.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/DocumentTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/DoubleLiteral.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ElementTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ExprSingle.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/FilterExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/FunctionCall.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/GeneralComp.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/InstanceOfExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/IntegerLiteral.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/IntersectExceptExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ItemTypeItem.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/MultiplicativeExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/NumericLiteral.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/OccurrenceIndicator.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/ParenthesizedExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/Predicate.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/PredicateList.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/PrimaryExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/QuantifiedExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/RangeExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/RelativePathExpr.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/SchemaAttributeTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/SchemaElementTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/evolvedbinary/xpath/parser/ast/SequenceType.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
/* | ||
* XPath 2 Parser | ||
* A Parser for XPath 2 | ||
* Copyright (C) 2016 Evolved Binary Ltd. | ||
|
Oops, something went wrong.