summaryrefslogtreecommitdiff
path: root/src/dotnet-library/scala/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnet-library/scala/xml')
-rw-r--r--src/dotnet-library/scala/xml/Atom.scala1
-rw-r--r--src/dotnet-library/scala/xml/Comment.scala1
-rw-r--r--src/dotnet-library/scala/xml/Document.scala1
-rw-r--r--src/dotnet-library/scala/xml/Elem.scala1
-rw-r--r--src/dotnet-library/scala/xml/EntityRef.scala1
-rw-r--r--src/dotnet-library/scala/xml/Group.scala1
-rw-r--r--src/dotnet-library/scala/xml/HasKeyValue.scala1
-rw-r--r--src/dotnet-library/scala/xml/MalformedAttributeException.scala1
-rw-r--r--src/dotnet-library/scala/xml/MetaData.scala1
-rw-r--r--src/dotnet-library/scala/xml/NamespaceBinding.scala1
-rw-r--r--src/dotnet-library/scala/xml/Node.scala1
-rw-r--r--src/dotnet-library/scala/xml/NodeBuffer.scala1
-rw-r--r--src/dotnet-library/scala/xml/NodeSeq.scala1
-rw-r--r--src/dotnet-library/scala/xml/NodeTraverser.scala1
-rw-r--r--src/dotnet-library/scala/xml/Null.scala1
-rw-r--r--src/dotnet-library/scala/xml/PCData.scala1
-rw-r--r--src/dotnet-library/scala/xml/Parsing.scala1
-rw-r--r--src/dotnet-library/scala/xml/PrefixedAttribute.scala1
-rw-r--r--src/dotnet-library/scala/xml/PrettyPrinter.scala1
-rw-r--r--src/dotnet-library/scala/xml/ProcInstr.scala1
-rw-r--r--src/dotnet-library/scala/xml/QNode.scala1
-rw-r--r--src/dotnet-library/scala/xml/SpecialNode.scala1
-rw-r--r--src/dotnet-library/scala/xml/Text.scala1
-rw-r--r--src/dotnet-library/scala/xml/TextBuffer.scala1
-rw-r--r--src/dotnet-library/scala/xml/TopScope.scala1
-rw-r--r--src/dotnet-library/scala/xml/TypeSymbol.scala1
-rw-r--r--src/dotnet-library/scala/xml/Unparsed.scala1
-rw-r--r--src/dotnet-library/scala/xml/UnprefixedAttribute.scala1
-rw-r--r--src/dotnet-library/scala/xml/Utility.scala1
-rw-r--r--src/dotnet-library/scala/xml/XML.scala1
-rw-r--r--src/dotnet-library/scala/xml/Xhtml.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/ContentModel.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/ContentModelParser.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/DTD.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/Decl.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/DocType.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/DtdTypeSymbol.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/ElementValidator.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/ExternalID.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/Scanner.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/Tokens.scala1
-rw-r--r--src/dotnet-library/scala/xml/dtd/ValidationException.scala1
-rw-r--r--src/dotnet-library/scala/xml/factory/Binder.scala1
-rw-r--r--src/dotnet-library/scala/xml/factory/LoggedNodeFactory.scala1
-rw-r--r--src/dotnet-library/scala/xml/factory/NodeFactory.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/CircularIncludeException.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/UnavailableResourceException.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/XIncludeException.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/sax/EncodingHeuristics.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/sax/Main.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/sax/XIncludeFilter.scala1
-rw-r--r--src/dotnet-library/scala/xml/include/sax/XIncluder.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/ConstructingHandler.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/ConstructingParser.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/DefaultMarkupHandler.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/ExternalSources.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/FactoryAdapter.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/FatalError.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/MarkupHandler.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/MarkupParser.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/NoBindingFactoryAdapter.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/TokenTests.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/ValidatingMarkupHandler.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/XhtmlEntities.scala1
-rw-r--r--src/dotnet-library/scala/xml/parsing/XhtmlParser.scala1
-rw-r--r--src/dotnet-library/scala/xml/path/Expression.scala1
-rw-r--r--src/dotnet-library/scala/xml/persistent/CachedFileStorage.scala1
-rw-r--r--src/dotnet-library/scala/xml/persistent/Index.scala1
-rw-r--r--src/dotnet-library/scala/xml/persistent/IndexedStorage.scala1
-rw-r--r--src/dotnet-library/scala/xml/persistent/SetStorage.scala1
-rw-r--r--src/dotnet-library/scala/xml/pull/XMLEvent.scala1
-rw-r--r--src/dotnet-library/scala/xml/pull/XMLEventReader.scala1
-rw-r--r--src/dotnet-library/scala/xml/transform/BasicTransformer.scala1
-rw-r--r--src/dotnet-library/scala/xml/transform/RewriteRule.scala1
-rw-r--r--src/dotnet-library/scala/xml/transform/RuleTransformer.scala1
75 files changed, 75 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/xml/Atom.scala b/src/dotnet-library/scala/xml/Atom.scala
new file mode 100644
index 0000000000..ff3dd2bf72
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Atom.scala
@@ -0,0 +1 @@
+/* Atom.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Comment.scala b/src/dotnet-library/scala/xml/Comment.scala
new file mode 100644
index 0000000000..f154d7e399
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Comment.scala
@@ -0,0 +1 @@
+/* Comment.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Document.scala b/src/dotnet-library/scala/xml/Document.scala
new file mode 100644
index 0000000000..0e2a693d6f
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Document.scala
@@ -0,0 +1 @@
+/* Document.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Elem.scala b/src/dotnet-library/scala/xml/Elem.scala
new file mode 100644
index 0000000000..9701daf434
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Elem.scala
@@ -0,0 +1 @@
+/* Elem.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/EntityRef.scala b/src/dotnet-library/scala/xml/EntityRef.scala
new file mode 100644
index 0000000000..b3c6091d6d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/EntityRef.scala
@@ -0,0 +1 @@
+/* EntityRef.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Group.scala b/src/dotnet-library/scala/xml/Group.scala
new file mode 100644
index 0000000000..1942178f7e
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Group.scala
@@ -0,0 +1 @@
+/* Group.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/HasKeyValue.scala b/src/dotnet-library/scala/xml/HasKeyValue.scala
new file mode 100644
index 0000000000..5b55cc68b6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/HasKeyValue.scala
@@ -0,0 +1 @@
+/* HasKeyValue.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/MalformedAttributeException.scala b/src/dotnet-library/scala/xml/MalformedAttributeException.scala
new file mode 100644
index 0000000000..a32d2c8c58
--- /dev/null
+++ b/src/dotnet-library/scala/xml/MalformedAttributeException.scala
@@ -0,0 +1 @@
+/* MalformedAttributeException.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/MetaData.scala b/src/dotnet-library/scala/xml/MetaData.scala
new file mode 100644
index 0000000000..cc022353ef
--- /dev/null
+++ b/src/dotnet-library/scala/xml/MetaData.scala
@@ -0,0 +1 @@
+/* MetaData.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/NamespaceBinding.scala b/src/dotnet-library/scala/xml/NamespaceBinding.scala
new file mode 100644
index 0000000000..f57d44792d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/NamespaceBinding.scala
@@ -0,0 +1 @@
+/* NamespaceBinding.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Node.scala b/src/dotnet-library/scala/xml/Node.scala
new file mode 100644
index 0000000000..ae4bd61d89
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Node.scala
@@ -0,0 +1 @@
+/* Node.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/NodeBuffer.scala b/src/dotnet-library/scala/xml/NodeBuffer.scala
new file mode 100644
index 0000000000..1f07f09ed4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/NodeBuffer.scala
@@ -0,0 +1 @@
+/* NodeBuffer.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/NodeSeq.scala b/src/dotnet-library/scala/xml/NodeSeq.scala
new file mode 100644
index 0000000000..c49e0fa6fc
--- /dev/null
+++ b/src/dotnet-library/scala/xml/NodeSeq.scala
@@ -0,0 +1 @@
+/* NodeSeq.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/NodeTraverser.scala b/src/dotnet-library/scala/xml/NodeTraverser.scala
new file mode 100644
index 0000000000..e336444e8a
--- /dev/null
+++ b/src/dotnet-library/scala/xml/NodeTraverser.scala
@@ -0,0 +1 @@
+/* NodeTraverser.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Null.scala b/src/dotnet-library/scala/xml/Null.scala
new file mode 100644
index 0000000000..0b1b2284cb
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Null.scala
@@ -0,0 +1 @@
+/* Null.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/PCData.scala b/src/dotnet-library/scala/xml/PCData.scala
new file mode 100644
index 0000000000..76c12030b3
--- /dev/null
+++ b/src/dotnet-library/scala/xml/PCData.scala
@@ -0,0 +1 @@
+/* PCData.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Parsing.scala b/src/dotnet-library/scala/xml/Parsing.scala
new file mode 100644
index 0000000000..5190e4d70d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Parsing.scala
@@ -0,0 +1 @@
+/* Parsing.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/PrefixedAttribute.scala b/src/dotnet-library/scala/xml/PrefixedAttribute.scala
new file mode 100644
index 0000000000..e307499554
--- /dev/null
+++ b/src/dotnet-library/scala/xml/PrefixedAttribute.scala
@@ -0,0 +1 @@
+/* PrefixedAttribute.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/PrettyPrinter.scala b/src/dotnet-library/scala/xml/PrettyPrinter.scala
new file mode 100644
index 0000000000..10220e826c
--- /dev/null
+++ b/src/dotnet-library/scala/xml/PrettyPrinter.scala
@@ -0,0 +1 @@
+/* PrettyPrinter.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/ProcInstr.scala b/src/dotnet-library/scala/xml/ProcInstr.scala
new file mode 100644
index 0000000000..750265be9b
--- /dev/null
+++ b/src/dotnet-library/scala/xml/ProcInstr.scala
@@ -0,0 +1 @@
+/* ProcInstr.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/QNode.scala b/src/dotnet-library/scala/xml/QNode.scala
new file mode 100644
index 0000000000..9b8089d068
--- /dev/null
+++ b/src/dotnet-library/scala/xml/QNode.scala
@@ -0,0 +1 @@
+/* QNode.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/SpecialNode.scala b/src/dotnet-library/scala/xml/SpecialNode.scala
new file mode 100644
index 0000000000..909d567da0
--- /dev/null
+++ b/src/dotnet-library/scala/xml/SpecialNode.scala
@@ -0,0 +1 @@
+/* SpecialNode.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Text.scala b/src/dotnet-library/scala/xml/Text.scala
new file mode 100644
index 0000000000..3c87f56741
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Text.scala
@@ -0,0 +1 @@
+/* Text.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/TextBuffer.scala b/src/dotnet-library/scala/xml/TextBuffer.scala
new file mode 100644
index 0000000000..b382b40807
--- /dev/null
+++ b/src/dotnet-library/scala/xml/TextBuffer.scala
@@ -0,0 +1 @@
+/* TextBuffer.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/TopScope.scala b/src/dotnet-library/scala/xml/TopScope.scala
new file mode 100644
index 0000000000..f8256e76a0
--- /dev/null
+++ b/src/dotnet-library/scala/xml/TopScope.scala
@@ -0,0 +1 @@
+/* TopScope.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/TypeSymbol.scala b/src/dotnet-library/scala/xml/TypeSymbol.scala
new file mode 100644
index 0000000000..0a6c9469f8
--- /dev/null
+++ b/src/dotnet-library/scala/xml/TypeSymbol.scala
@@ -0,0 +1 @@
+/* TypeSymbol.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Unparsed.scala b/src/dotnet-library/scala/xml/Unparsed.scala
new file mode 100644
index 0000000000..f3d67e0d5c
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Unparsed.scala
@@ -0,0 +1 @@
+/* Unparsed.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/UnprefixedAttribute.scala b/src/dotnet-library/scala/xml/UnprefixedAttribute.scala
new file mode 100644
index 0000000000..c8825c6221
--- /dev/null
+++ b/src/dotnet-library/scala/xml/UnprefixedAttribute.scala
@@ -0,0 +1 @@
+/* UnprefixedAttribute.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Utility.scala b/src/dotnet-library/scala/xml/Utility.scala
new file mode 100644
index 0000000000..a85d08092f
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Utility.scala
@@ -0,0 +1 @@
+/* Utility.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/XML.scala b/src/dotnet-library/scala/xml/XML.scala
new file mode 100644
index 0000000000..9a56be7384
--- /dev/null
+++ b/src/dotnet-library/scala/xml/XML.scala
@@ -0,0 +1 @@
+/* XML.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/Xhtml.scala b/src/dotnet-library/scala/xml/Xhtml.scala
new file mode 100644
index 0000000000..7e3a2cc360
--- /dev/null
+++ b/src/dotnet-library/scala/xml/Xhtml.scala
@@ -0,0 +1 @@
+/* Xhtml.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/ContentModel.scala b/src/dotnet-library/scala/xml/dtd/ContentModel.scala
new file mode 100644
index 0000000000..cd146381ff
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/ContentModel.scala
@@ -0,0 +1 @@
+/* ContentModel.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/ContentModelParser.scala b/src/dotnet-library/scala/xml/dtd/ContentModelParser.scala
new file mode 100644
index 0000000000..ac73be0e6d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/ContentModelParser.scala
@@ -0,0 +1 @@
+/* ContentModelParser.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/DTD.scala b/src/dotnet-library/scala/xml/dtd/DTD.scala
new file mode 100644
index 0000000000..529c8df8c6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/DTD.scala
@@ -0,0 +1 @@
+/* DTD.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/Decl.scala b/src/dotnet-library/scala/xml/dtd/Decl.scala
new file mode 100644
index 0000000000..a412a0999f
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/Decl.scala
@@ -0,0 +1 @@
+/* Decl.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/DocType.scala b/src/dotnet-library/scala/xml/dtd/DocType.scala
new file mode 100644
index 0000000000..13c54e35d4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/DocType.scala
@@ -0,0 +1 @@
+/* DocType.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/DtdTypeSymbol.scala b/src/dotnet-library/scala/xml/dtd/DtdTypeSymbol.scala
new file mode 100644
index 0000000000..afcfeb5200
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/DtdTypeSymbol.scala
@@ -0,0 +1 @@
+/* DtdTypeSymbol.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/ElementValidator.scala b/src/dotnet-library/scala/xml/dtd/ElementValidator.scala
new file mode 100644
index 0000000000..0f3141ef33
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/ElementValidator.scala
@@ -0,0 +1 @@
+/* ElementValidator.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/ExternalID.scala b/src/dotnet-library/scala/xml/dtd/ExternalID.scala
new file mode 100644
index 0000000000..c508524fca
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/ExternalID.scala
@@ -0,0 +1 @@
+/* ExternalID.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/Scanner.scala b/src/dotnet-library/scala/xml/dtd/Scanner.scala
new file mode 100644
index 0000000000..882a99c2a6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/Scanner.scala
@@ -0,0 +1 @@
+/* Scanner.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/Tokens.scala b/src/dotnet-library/scala/xml/dtd/Tokens.scala
new file mode 100644
index 0000000000..8cc8924579
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/Tokens.scala
@@ -0,0 +1 @@
+/* Tokens.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/dtd/ValidationException.scala b/src/dotnet-library/scala/xml/dtd/ValidationException.scala
new file mode 100644
index 0000000000..18ccbd45e9
--- /dev/null
+++ b/src/dotnet-library/scala/xml/dtd/ValidationException.scala
@@ -0,0 +1 @@
+/* ValidationException.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/factory/Binder.scala b/src/dotnet-library/scala/xml/factory/Binder.scala
new file mode 100644
index 0000000000..d491f8e84e
--- /dev/null
+++ b/src/dotnet-library/scala/xml/factory/Binder.scala
@@ -0,0 +1 @@
+/* Binder.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/factory/LoggedNodeFactory.scala b/src/dotnet-library/scala/xml/factory/LoggedNodeFactory.scala
new file mode 100644
index 0000000000..176e4bcaf4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/factory/LoggedNodeFactory.scala
@@ -0,0 +1 @@
+/* LoggedNodeFactory.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/factory/NodeFactory.scala b/src/dotnet-library/scala/xml/factory/NodeFactory.scala
new file mode 100644
index 0000000000..e4137d6434
--- /dev/null
+++ b/src/dotnet-library/scala/xml/factory/NodeFactory.scala
@@ -0,0 +1 @@
+/* NodeFactory.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/CircularIncludeException.scala b/src/dotnet-library/scala/xml/include/CircularIncludeException.scala
new file mode 100644
index 0000000000..12da87f687
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/CircularIncludeException.scala
@@ -0,0 +1 @@
+/* CircularIncludeException.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/UnavailableResourceException.scala b/src/dotnet-library/scala/xml/include/UnavailableResourceException.scala
new file mode 100644
index 0000000000..17b2069afc
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/UnavailableResourceException.scala
@@ -0,0 +1 @@
+/* UnavailableResourceException.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/XIncludeException.scala b/src/dotnet-library/scala/xml/include/XIncludeException.scala
new file mode 100644
index 0000000000..1e384e1b26
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/XIncludeException.scala
@@ -0,0 +1 @@
+/* XIncludeException.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/sax/EncodingHeuristics.scala b/src/dotnet-library/scala/xml/include/sax/EncodingHeuristics.scala
new file mode 100644
index 0000000000..a6b4854dd1
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/sax/EncodingHeuristics.scala
@@ -0,0 +1 @@
+/* EncodingHeuristics.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/sax/Main.scala b/src/dotnet-library/scala/xml/include/sax/Main.scala
new file mode 100644
index 0000000000..63433c7675
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/sax/Main.scala
@@ -0,0 +1 @@
+/* Main.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/sax/XIncludeFilter.scala b/src/dotnet-library/scala/xml/include/sax/XIncludeFilter.scala
new file mode 100644
index 0000000000..9ec2db64b8
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/sax/XIncludeFilter.scala
@@ -0,0 +1 @@
+/* XIncludeFilter.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/include/sax/XIncluder.scala b/src/dotnet-library/scala/xml/include/sax/XIncluder.scala
new file mode 100644
index 0000000000..46bfd47dd4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/include/sax/XIncluder.scala
@@ -0,0 +1 @@
+/* XIncluder.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/ConstructingHandler.scala b/src/dotnet-library/scala/xml/parsing/ConstructingHandler.scala
new file mode 100644
index 0000000000..a2f0c8ace4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/ConstructingHandler.scala
@@ -0,0 +1 @@
+/* ConstructingHandler.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/ConstructingParser.scala b/src/dotnet-library/scala/xml/parsing/ConstructingParser.scala
new file mode 100644
index 0000000000..c3c0647b1a
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/ConstructingParser.scala
@@ -0,0 +1 @@
+/* ConstructingParser.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/DefaultMarkupHandler.scala b/src/dotnet-library/scala/xml/parsing/DefaultMarkupHandler.scala
new file mode 100644
index 0000000000..07b61693b4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/DefaultMarkupHandler.scala
@@ -0,0 +1 @@
+/* DefaultMarkupHandler.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/ExternalSources.scala b/src/dotnet-library/scala/xml/parsing/ExternalSources.scala
new file mode 100644
index 0000000000..53d7b01a1b
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/ExternalSources.scala
@@ -0,0 +1 @@
+/* ExternalSources.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/FactoryAdapter.scala b/src/dotnet-library/scala/xml/parsing/FactoryAdapter.scala
new file mode 100644
index 0000000000..93ee1d97db
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/FactoryAdapter.scala
@@ -0,0 +1 @@
+/* FactoryAdapter.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/FatalError.scala b/src/dotnet-library/scala/xml/parsing/FatalError.scala
new file mode 100644
index 0000000000..16127b635b
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/FatalError.scala
@@ -0,0 +1 @@
+/* FatalError.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/MarkupHandler.scala b/src/dotnet-library/scala/xml/parsing/MarkupHandler.scala
new file mode 100644
index 0000000000..fa2eb183b6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/MarkupHandler.scala
@@ -0,0 +1 @@
+/* MarkupHandler.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/MarkupParser.scala b/src/dotnet-library/scala/xml/parsing/MarkupParser.scala
new file mode 100644
index 0000000000..8de8e9b262
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/MarkupParser.scala
@@ -0,0 +1 @@
+/* MarkupParser.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/NoBindingFactoryAdapter.scala b/src/dotnet-library/scala/xml/parsing/NoBindingFactoryAdapter.scala
new file mode 100644
index 0000000000..238d436777
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/NoBindingFactoryAdapter.scala
@@ -0,0 +1 @@
+/* NoBindingFactoryAdapter.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/TokenTests.scala b/src/dotnet-library/scala/xml/parsing/TokenTests.scala
new file mode 100644
index 0000000000..86c64c5b8a
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/TokenTests.scala
@@ -0,0 +1 @@
+/* TokenTests.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/ValidatingMarkupHandler.scala b/src/dotnet-library/scala/xml/parsing/ValidatingMarkupHandler.scala
new file mode 100644
index 0000000000..b41e349cf6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/ValidatingMarkupHandler.scala
@@ -0,0 +1 @@
+/* ValidatingMarkupHandler.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/XhtmlEntities.scala b/src/dotnet-library/scala/xml/parsing/XhtmlEntities.scala
new file mode 100644
index 0000000000..b2c05fbfb4
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/XhtmlEntities.scala
@@ -0,0 +1 @@
+/* XhtmlEntities.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/parsing/XhtmlParser.scala b/src/dotnet-library/scala/xml/parsing/XhtmlParser.scala
new file mode 100644
index 0000000000..2386bd9a04
--- /dev/null
+++ b/src/dotnet-library/scala/xml/parsing/XhtmlParser.scala
@@ -0,0 +1 @@
+/* XhtmlParser.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/path/Expression.scala b/src/dotnet-library/scala/xml/path/Expression.scala
new file mode 100644
index 0000000000..0ea3b48f67
--- /dev/null
+++ b/src/dotnet-library/scala/xml/path/Expression.scala
@@ -0,0 +1 @@
+/* Expression.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/persistent/CachedFileStorage.scala b/src/dotnet-library/scala/xml/persistent/CachedFileStorage.scala
new file mode 100644
index 0000000000..2845a223d1
--- /dev/null
+++ b/src/dotnet-library/scala/xml/persistent/CachedFileStorage.scala
@@ -0,0 +1 @@
+/* CachedFileStorage.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/persistent/Index.scala b/src/dotnet-library/scala/xml/persistent/Index.scala
new file mode 100644
index 0000000000..239f21ff0d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/persistent/Index.scala
@@ -0,0 +1 @@
+/* Index.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/persistent/IndexedStorage.scala b/src/dotnet-library/scala/xml/persistent/IndexedStorage.scala
new file mode 100644
index 0000000000..63158b45c0
--- /dev/null
+++ b/src/dotnet-library/scala/xml/persistent/IndexedStorage.scala
@@ -0,0 +1 @@
+/* IndexedStorage.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/persistent/SetStorage.scala b/src/dotnet-library/scala/xml/persistent/SetStorage.scala
new file mode 100644
index 0000000000..67224991e6
--- /dev/null
+++ b/src/dotnet-library/scala/xml/persistent/SetStorage.scala
@@ -0,0 +1 @@
+/* SetStorage.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/pull/XMLEvent.scala b/src/dotnet-library/scala/xml/pull/XMLEvent.scala
new file mode 100644
index 0000000000..554105f69f
--- /dev/null
+++ b/src/dotnet-library/scala/xml/pull/XMLEvent.scala
@@ -0,0 +1 @@
+/* XMLEvent.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/pull/XMLEventReader.scala b/src/dotnet-library/scala/xml/pull/XMLEventReader.scala
new file mode 100644
index 0000000000..db11fdea27
--- /dev/null
+++ b/src/dotnet-library/scala/xml/pull/XMLEventReader.scala
@@ -0,0 +1 @@
+/* XMLEventReader.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/transform/BasicTransformer.scala b/src/dotnet-library/scala/xml/transform/BasicTransformer.scala
new file mode 100644
index 0000000000..4a7f5c30c9
--- /dev/null
+++ b/src/dotnet-library/scala/xml/transform/BasicTransformer.scala
@@ -0,0 +1 @@
+/* BasicTransformer.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/transform/RewriteRule.scala b/src/dotnet-library/scala/xml/transform/RewriteRule.scala
new file mode 100644
index 0000000000..f7ff367b6d
--- /dev/null
+++ b/src/dotnet-library/scala/xml/transform/RewriteRule.scala
@@ -0,0 +1 @@
+/* RewriteRule.scala does not exist for the dotnet target */ \ No newline at end of file
diff --git a/src/dotnet-library/scala/xml/transform/RuleTransformer.scala b/src/dotnet-library/scala/xml/transform/RuleTransformer.scala
new file mode 100644
index 0000000000..3fcd455e5c
--- /dev/null
+++ b/src/dotnet-library/scala/xml/transform/RuleTransformer.scala
@@ -0,0 +1 @@
+/* RuleTransformer.scala does not exist for the dotnet target */ \ No newline at end of file