blob: 6eb22b47a5b66e6ed1a62873d9983927d9c13a2c [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Parser
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Parser
| Apache Lucene.NET 4.8.0-beta00010 Documentation ">
<meta name="generator" content="docfx 2.56.0.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="benchmark/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="TagSoup.Parser">
<h1 id="TagSoup_Parser" data-uid="TagSoup.Parser" class="text-break">Class Parser
</h1>
<div class="markdown level0 summary"><p>The SAX parser class.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="Sax.Helpers.DefaultHandler.html">DefaultHandler</a></div>
<div class="level2"><span class="xref">Parser</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Sax.IEntityResolver.html">IEntityResolver</a></div>
<div><a class="xref" href="Sax.IDTDHandler.html">IDTDHandler</a></div>
<div><a class="xref" href="Sax.IContentHandler.html">IContentHandler</a></div>
<div><a class="xref" href="Sax.IErrorHandler.html">IErrorHandler</a></div>
<div><a class="xref" href="TagSoup.IScanHandler.html">IScanHandler</a></div>
<div><a class="xref" href="Sax.IXMLReader.html">IXMLReader</a></div>
<div><a class="xref" href="Sax.Ext.ILexicalHandler.html">ILexicalHandler</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_ResolveEntity_System_String_System_String_">DefaultHandler.ResolveEntity(String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_NotationDecl_System_String_System_String_System_String_">DefaultHandler.NotationDecl(String, String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_UnparsedEntityDecl_System_String_System_String_System_String_System_String_">DefaultHandler.UnparsedEntityDecl(String, String, String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_SetDocumentLocator_Sax_ILocator_">DefaultHandler.SetDocumentLocator(ILocator)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_StartDocument">DefaultHandler.StartDocument()</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_EndDocument">DefaultHandler.EndDocument()</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_StartPrefixMapping_System_String_System_String_">DefaultHandler.StartPrefixMapping(String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_EndPrefixMapping_System_String_">DefaultHandler.EndPrefixMapping(String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_StartElement_System_String_System_String_System_String_Sax_IAttributes_">DefaultHandler.StartElement(String, String, String, IAttributes)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_EndElement_System_String_System_String_System_String_">DefaultHandler.EndElement(String, String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_Characters_System_Char___System_Int32_System_Int32_">DefaultHandler.Characters(Char[], Int32, Int32)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_IgnorableWhitespace_System_Char___System_Int32_System_Int32_">DefaultHandler.IgnorableWhitespace(Char[], Int32, Int32)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_ProcessingInstruction_System_String_System_String_">DefaultHandler.ProcessingInstruction(String, String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_SkippedEntity_System_String_">DefaultHandler.SkippedEntity(String)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_Warning_Sax_SAXParseException_">DefaultHandler.Warning(SAXParseException)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_Error_Sax_SAXParseException_">DefaultHandler.Error(SAXParseException)</a>
</div>
<div>
<a class="xref" href="Sax.Helpers.DefaultHandler.html#Sax_Helpers_DefaultHandler_FatalError_Sax_SAXParseException_">DefaultHandler.FatalError(SAXParseException)</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="TagSoup.html">TagSoup</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Benchmark.dll</h6>
<h5 id="TagSoup_Parser_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Parser : DefaultHandler, IEntityResolver, IDTDHandler, IContentHandler, IErrorHandler, IScanHandler, IXMLReader, ILexicalHandler</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser__ctor.md&amp;value=---%0Auid%3A%20TagSoup.Parser.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1482">View Source</a>
</span>
<a id="TagSoup_Parser__ctor_" data-uid="TagSoup.Parser.#ctor*"></a>
<h4 id="TagSoup_Parser__ctor" data-uid="TagSoup.Parser.#ctor">Parser()</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="TagSoup.Parser.html">Parser</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Parser()</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_AUTO_DETECTOR_PROPERTY.md&amp;value=---%0Auid%3A%20TagSoup.Parser.AUTO_DETECTOR_PROPERTY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L249">View Source</a>
</span>
<h4 id="TagSoup_Parser_AUTO_DETECTOR_PROPERTY" data-uid="TagSoup.Parser.AUTO_DETECTOR_PROPERTY">AUTO_DETECTOR_PROPERTY</h4>
<div class="markdown level1 summary"><p>Specifies the AutoDetector (for encoding detection) this Parser uses.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string AUTO_DETECTOR_PROPERTY = &quot;http://www.ccil.org/~cowan/tagsoup/properties/auto-detector&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_BOGONS_EMPTY_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.BOGONS_EMPTY_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L184">View Source</a>
</span>
<h4 id="TagSoup_Parser_BOGONS_EMPTY_FEATURE" data-uid="TagSoup.Parser.BOGONS_EMPTY_FEATURE">BOGONS_EMPTY_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will give unknown
elements a content model of EMPTY; a value of <code>false</code>, a
content model of ANY.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string BOGONS_EMPTY_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/bogons-empty&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_CDATA_ELEMENTS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.CDATA_ELEMENTS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L225">View Source</a>
</span>
<h4 id="TagSoup_Parser_CDATA_ELEMENTS_FEATURE" data-uid="TagSoup.Parser.CDATA_ELEMENTS_FEATURE">CDATA_ELEMENTS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates that the parser will treat CDATA
elements specially. Normally true, since the input is by
default HTML.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string CDATA_ELEMENTS_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/cdata-elements&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_DEFAULT_ATTRIBUTES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.DEFAULT_ATTRIBUTES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L196">View Source</a>
</span>
<h4 id="TagSoup_Parser_DEFAULT_ATTRIBUTES_FEATURE" data-uid="TagSoup.Parser.DEFAULT_ATTRIBUTES_FEATURE">DEFAULT_ATTRIBUTES_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will return default
attribute values for missing attributes that have default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string DEFAULT_ATTRIBUTES_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/default-attributes&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EXTERNAL_GENERAL_ENTITIES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EXTERNAL_GENERAL_ENTITIES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L86">View Source</a>
</span>
<h4 id="TagSoup_Parser_EXTERNAL_GENERAL_ENTITIES_FEATURE" data-uid="TagSoup.Parser.EXTERNAL_GENERAL_ENTITIES_FEATURE">EXTERNAL_GENERAL_ENTITIES_FEATURE</h4>
<div class="markdown level1 summary"><p>Reports whether this parser processes external general entities
(it doe</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string EXTERNAL_GENERAL_ENTITIES_FEATURE = &quot;http://xml.org/sax/features/external-general-entities&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EXTERNAL_PARAMETER_ENTITIES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EXTERNAL_PARAMETER_ENTITIES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L92">View Source</a>
</span>
<h4 id="TagSoup_Parser_EXTERNAL_PARAMETER_ENTITIES_FEATURE" data-uid="TagSoup.Parser.EXTERNAL_PARAMETER_ENTITIES_FEATURE">EXTERNAL_PARAMETER_ENTITIES_FEATURE</h4>
<div class="markdown level1 summary"><p>Reports whether this parser processes external parameter entities
(it doesn&apos;t).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string EXTERNAL_PARAMETER_ENTITIES_FEATURE = &quot;http://xml.org/sax/features/external-parameter-entities&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_IGNORABLE_WHITESPACE_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.IGNORABLE_WHITESPACE_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L217">View Source</a>
</span>
<h4 id="TagSoup_Parser_IGNORABLE_WHITESPACE_FEATURE" data-uid="TagSoup.Parser.IGNORABLE_WHITESPACE_FEATURE">IGNORABLE_WHITESPACE_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates that the parser will
transmit whitespace in element-only content via the SAX
ignorableWhitespace callback. Normally this is not done,
because HTML is an SGML application and SGML suppresses
such whitespace.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string IGNORABLE_WHITESPACE_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/ignorable-whitespace&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_IGNORE_BOGONS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.IGNORE_BOGONS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L177">View Source</a>
</span>
<h4 id="TagSoup_Parser_IGNORE_BOGONS_FEATURE" data-uid="TagSoup.Parser.IGNORE_BOGONS_FEATURE">IGNORE_BOGONS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will ignore
unknown elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string IGNORE_BOGONS_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/ignore-bogons&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_IS_STANDALONE_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.IS_STANDALONE_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L100">View Source</a>
</span>
<h4 id="TagSoup_Parser_IS_STANDALONE_FEATURE" data-uid="TagSoup.Parser.IS_STANDALONE_FEATURE">IS_STANDALONE_FEATURE</h4>
<div class="markdown level1 summary"><p>May be examined only during a parse, after the startDocument()
callback has been completed; read-only. The value is true if
the document specified standalone=&quot;yes&quot; in its XML declaration,
and otherwise is false. (It&apos;s always false.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string IS_STANDALONE_FEATURE = &quot;http://xml.org/sax/features/is-standalone&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L106">View Source</a>
</span>
<h4 id="TagSoup_Parser_LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE" data-uid="TagSoup.Parser.LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE">LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates that the LexicalHandler will report
the beginning and end of parameter entities (it won&apos;t).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE = &quot;http://xml.org/sax/features/lexical-handler/parameter-entities&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_LEXICAL_HANDLER_PROPERTY.md&amp;value=---%0Auid%3A%20TagSoup.Parser.LEXICAL_HANDLER_PROPERTY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L234">View Source</a>
</span>
<h4 id="TagSoup_Parser_LEXICAL_HANDLER_PROPERTY" data-uid="TagSoup.Parser.LEXICAL_HANDLER_PROPERTY">LEXICAL_HANDLER_PROPERTY</h4>
<div class="markdown level1 summary"><p>Used to see some syntax events that are essential in some
applications: comments, CDATA delimiters, selected general
entity inclusions, and the start and end of the DTD (and
declaration of document element name). The Object must implement
<a class="xref" href="Sax.Ext.ILexicalHandler.html">ILexicalHandler</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string LEXICAL_HANDLER_PROPERTY = &quot;http://xml.org/sax/properties/lexical-handler&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_NAMESPACE_PREFIXES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.NAMESPACE_PREFIXES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L80">View Source</a>
</span>
<h4 id="TagSoup_Parser_NAMESPACE_PREFIXES_FEATURE" data-uid="TagSoup.Parser.NAMESPACE_PREFIXES_FEATURE">NAMESPACE_PREFIXES_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates that XML qualified names (with prefixes)
and attributes (including xmlns* attributes) will be available.
We don&apos;t support this value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string NAMESPACE_PREFIXES_FEATURE = &quot;http://xml.org/sax/features/namespace-prefixes&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_NAMESPACES_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.NAMESPACES_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L73">View Source</a>
</span>
<h4 id="TagSoup_Parser_NAMESPACES_FEATURE" data-uid="TagSoup.Parser.NAMESPACES_FEATURE">NAMESPACES_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates namespace URIs and unprefixed local
names for element and attribute names will be available.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string NAMESPACES_FEATURE = &quot;http://xml.org/sax/features/namespaces&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_RESOLVE_DTD_URIS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.RESOLVE_DTD_URIS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L114">View Source</a>
</span>
<h4 id="TagSoup_Parser_RESOLVE_DTD_URIS_FEATURE" data-uid="TagSoup.Parser.RESOLVE_DTD_URIS_FEATURE">RESOLVE_DTD_URIS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of &quot;true&quot; indicates that system IDs in declarations will
be absolutized (relative to their base URIs) before reporting.
(This returns true but doesn&apos;t actually do anything.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string RESOLVE_DTD_URIS_FEATURE = &quot;http://xml.org/sax/features/resolve-dtd-uris&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_RESTART_ELEMENTS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.RESTART_ELEMENTS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L208">View Source</a>
</span>
<h4 id="TagSoup_Parser_RESTART_ELEMENTS_FEATURE" data-uid="TagSoup.Parser.RESTART_ELEMENTS_FEATURE">RESTART_ELEMENTS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will
attempt to restart the restartable elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string RESTART_ELEMENTS_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/restart-elements&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ROOT_BOGONS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ROOT_BOGONS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L190">View Source</a>
</span>
<h4 id="TagSoup_Parser_ROOT_BOGONS_FEATURE" data-uid="TagSoup.Parser.ROOT_BOGONS_FEATURE">ROOT_BOGONS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will allow unknown
elements to be the root element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string ROOT_BOGONS_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/root-bogons&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_SCANNER_PROPERTY.md&amp;value=---%0Auid%3A%20TagSoup.Parser.SCANNER_PROPERTY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L239">View Source</a>
</span>
<h4 id="TagSoup_Parser_SCANNER_PROPERTY" data-uid="TagSoup.Parser.SCANNER_PROPERTY">SCANNER_PROPERTY</h4>
<div class="markdown level1 summary"><p>Specifies the Scanner object this Parser uses.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string SCANNER_PROPERTY = &quot;http://www.ccil.org/~cowan/tagsoup/properties/scanner&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_SCHEMA_PROPERTY.md&amp;value=---%0Auid%3A%20TagSoup.Parser.SCHEMA_PROPERTY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L244">View Source</a>
</span>
<h4 id="TagSoup_Parser_SCHEMA_PROPERTY" data-uid="TagSoup.Parser.SCHEMA_PROPERTY">SCHEMA_PROPERTY</h4>
<div class="markdown level1 summary"><p>Specifies the Schema object this Parser uses.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string SCHEMA_PROPERTY = &quot;http://www.ccil.org/~cowan/tagsoup/properties/schema&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_STRING_INTERNING_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.STRING_INTERNING_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L124">View Source</a>
</span>
<h4 id="TagSoup_Parser_STRING_INTERNING_FEATURE" data-uid="TagSoup.Parser.STRING_INTERNING_FEATURE">STRING_INTERNING_FEATURE</h4>
<div class="markdown level1 summary"><p>Has a value of &quot;true&quot; if all XML names (for elements,
prefixes, attributes, entities, notations, and local
names), as well as Namespace URIs, will have been interned
using <span class="xref">J2N.Text.StringExtensions.Intern(System.String)</span>. This supports fast testing of
equality/inequality against string constants, rather than forcing
slower calls to <span class="xref">System.String.Equals(System.Object)</span>. (We always intern.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string STRING_INTERNING_FEATURE = &quot;http://xml.org/sax/features/string-interning&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_TRANSLATE_COLONS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.TRANSLATE_COLONS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L202">View Source</a>
</span>
<h4 id="TagSoup_Parser_TRANSLATE_COLONS_FEATURE" data-uid="TagSoup.Parser.TRANSLATE_COLONS_FEATURE">TRANSLATE_COLONS_FEATURE</h4>
<div class="markdown level1 summary"><p>A value of <code>true</code> indicates that the parser will
translate colons into underscores in names.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string TRANSLATE_COLONS_FEATURE = &quot;http://www.ccil.org/~cowan/tagsoup/features/translate-colons&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_UNICODE_NORMALIZATION_CHECKING_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.UNICODE_NORMALIZATION_CHECKING_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L157">View Source</a>
</span>
<h4 id="TagSoup_Parser_UNICODE_NORMALIZATION_CHECKING_FEATURE" data-uid="TagSoup.Parser.UNICODE_NORMALIZATION_CHECKING_FEATURE">UNICODE_NORMALIZATION_CHECKING_FEATURE</h4>
<div class="markdown level1 summary"><p>Controls whether the parser reports Unicode normalization
errors as described in section 2.13 and Appendix B of the XML
1.1 Recommendation. (We don&apos;t normalize.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string UNICODE_NORMALIZATION_CHECKING_FEATURE = &quot;http://xml.org/sax/features/unicode-normalization-checking&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_USE_ATTRIBUTES2_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.USE_ATTRIBUTES2_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L131">View Source</a>
</span>
<h4 id="TagSoup_Parser_USE_ATTRIBUTES2_FEATURE" data-uid="TagSoup.Parser.USE_ATTRIBUTES2_FEATURE">USE_ATTRIBUTES2_FEATURE</h4>
<div class="markdown level1 summary"><p>Returns &quot;true&quot; if the Attributes objects passed by this
parser in <a class="xref" href="Sax.IContentHandler.html#Sax_IContentHandler_StartElement_System_String_System_String_System_String_Sax_IAttributes_">StartElement(String, String, String, IAttributes)</a> implement the
<a class="xref" href="Sax.Ext.IAttributes2.html">IAttributes2</a> interface. (They don&apos;t.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string USE_ATTRIBUTES2_FEATURE = &quot;http://xml.org/sax/features/use-attributes2&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_USE_ENTITY_RESOLVER2_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.USE_ENTITY_RESOLVER2_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L144">View Source</a>
</span>
<h4 id="TagSoup_Parser_USE_ENTITY_RESOLVER2_FEATURE" data-uid="TagSoup.Parser.USE_ENTITY_RESOLVER2_FEATURE">USE_ENTITY_RESOLVER2_FEATURE</h4>
<div class="markdown level1 summary"><p>Returns &quot;true&quot; if, when setEntityResolver is given an object
implementing the <a class="xref" href="Sax.Ext.IEntityResolver2.html">IEntityResolver2</a> interface,
those new methods will be used. (They won&apos;t be.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string USE_ENTITY_RESOLVER2_FEATURE = &quot;http://xml.org/sax/features/use-entity-resolver2&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_USE_LOCATOR2_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.USE_LOCATOR2_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L138">View Source</a>
</span>
<h4 id="TagSoup_Parser_USE_LOCATOR2_FEATURE" data-uid="TagSoup.Parser.USE_LOCATOR2_FEATURE">USE_LOCATOR2_FEATURE</h4>
<div class="markdown level1 summary"><p>Returns &quot;true&quot; if the Locator objects passed by this parser
parser in <a class="xref" href="Sax.IContentHandler.html#Sax_IContentHandler_SetDocumentLocator_Sax_ILocator_">SetDocumentLocator(ILocator)</a> implement the
<a class="xref" href="Sax.Ext.ILocator2.html">ILocator2</a> interface. (They don&apos;t.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string USE_LOCATOR2_FEATURE = &quot;http://xml.org/sax/features/use-locator2&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_VALIDATION_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.VALIDATION_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L150">View Source</a>
</span>
<h4 id="TagSoup_Parser_VALIDATION_FEATURE" data-uid="TagSoup.Parser.VALIDATION_FEATURE">VALIDATION_FEATURE</h4>
<div class="markdown level1 summary"><p>Controls whether the parser is reporting all validity errors
(We don&apos;t report any validity errors.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string VALIDATION_FEATURE = &quot;http://xml.org/sax/features/validation&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_XML11_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.XML11_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L171">View Source</a>
</span>
<h4 id="TagSoup_Parser_XML11_FEATURE" data-uid="TagSoup.Parser.XML11_FEATURE">XML11_FEATURE</h4>
<div class="markdown level1 summary"><p>Returns <code>true</code> if the parser supports both XML 1.1 and XML 1.0.
(Always <code>false</code>.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string XML11_FEATURE = &quot;http://xml.org/sax/features/xml-1.1&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_XMLNS_URIS_FEATURE.md&amp;value=---%0Auid%3A%20TagSoup.Parser.XMLNS_URIS_FEATURE%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L165">View Source</a>
</span>
<h4 id="TagSoup_Parser_XMLNS_URIS_FEATURE" data-uid="TagSoup.Parser.XMLNS_URIS_FEATURE">XMLNS_URIS_FEATURE</h4>
<div class="markdown level1 summary"><p>Controls whether, when the namespace-prefixes feature is set,
the parser treats namespace declaration attributes as being in
the <a href="http://www.w3.org/2000/xmlns/">http://www.w3.org/2000/xmlns/</a> namespace. (It doesn&apos;t.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string XMLNS_URIS_FEATURE = &quot;http://xml.org/sax/features/xmlns-uris&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ContentHandler.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ContentHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L433">View Source</a>
</span>
<a id="TagSoup_Parser_ContentHandler_" data-uid="TagSoup.Parser.ContentHandler*"></a>
<h4 id="TagSoup_Parser_ContentHandler" data-uid="TagSoup.Parser.ContentHandler">ContentHandler</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IContentHandler ContentHandler { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Sax.IContentHandler.html">IContentHandler</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_DTDHandler.md&amp;value=---%0Auid%3A%20TagSoup.Parser.DTDHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L427">View Source</a>
</span>
<a id="TagSoup_Parser_DTDHandler_" data-uid="TagSoup.Parser.DTDHandler*"></a>
<h4 id="TagSoup_Parser_DTDHandler" data-uid="TagSoup.Parser.DTDHandler">DTDHandler</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IDTDHandler DTDHandler { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Sax.IDTDHandler.html">IDTDHandler</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EntityResolver.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EntityResolver%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L421">View Source</a>
</span>
<a id="TagSoup_Parser_EntityResolver_" data-uid="TagSoup.Parser.EntityResolver*"></a>
<h4 id="TagSoup_Parser_EntityResolver" data-uid="TagSoup.Parser.EntityResolver">EntityResolver</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IEntityResolver EntityResolver { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Sax.IEntityResolver.html">IEntityResolver</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ErrorHandler.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ErrorHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L439">View Source</a>
</span>
<a id="TagSoup_Parser_ErrorHandler_" data-uid="TagSoup.Parser.ErrorHandler*"></a>
<h4 id="TagSoup_Parser_ErrorHandler" data-uid="TagSoup.Parser.ErrorHandler">ErrorHandler</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IErrorHandler ErrorHandler { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Sax.IErrorHandler.html">IErrorHandler</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Adup_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Adup(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L565">View Source</a>
</span>
<a id="TagSoup_Parser_Adup_" data-uid="TagSoup.Parser.Adup*"></a>
<h4 id="TagSoup_Parser_Adup_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Adup(System.Char[],System.Int32,System.Int32)">Adup(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Adup(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Aname_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Aname(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L575">View Source</a>
</span>
<a id="TagSoup_Parser_Aname_" data-uid="TagSoup.Parser.Aname*"></a>
<h4 id="TagSoup_Parser_Aname_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Aname(System.Char[],System.Int32,System.Int32)">Aname(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Aname(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Aval_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Aval(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L587">View Source</a>
</span>
<a id="TagSoup_Parser_Aval_" data-uid="TagSoup.Parser.Aval*"></a>
<h4 id="TagSoup_Parser_Aval_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Aval(System.Char[],System.Int32,System.Int32)">Aval(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Aval(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_CDSect_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.CDSect(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1225">View Source</a>
</span>
<a id="TagSoup_Parser_CDSect_" data-uid="TagSoup.Parser.CDSect*"></a>
<h4 id="TagSoup_Parser_CDSect_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.CDSect(System.Char[],System.Int32,System.Int32)">CDSect(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void CDSect(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Cmnt_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Cmnt(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1316">View Source</a>
</span>
<a id="TagSoup_Parser_Cmnt_" data-uid="TagSoup.Parser.Cmnt*"></a>
<h4 id="TagSoup_Parser_Cmnt_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Cmnt(System.Char[],System.Int32,System.Int32)">Cmnt(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Cmnt(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Comment_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Comment(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1451">View Source</a>
</span>
<a id="TagSoup_Parser_Comment_" data-uid="TagSoup.Parser.Comment*"></a>
<h4 id="TagSoup_Parser_Comment_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Comment(System.Char[],System.Int32,System.Int32)">Comment(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Comment(char[] ch, int start, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">ch</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Decl_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Decl(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1001">View Source</a>
</span>
<a id="TagSoup_Parser_Decl_" data-uid="TagSoup.Parser.Decl*"></a>
<h4 id="TagSoup_Parser_Decl_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Decl(System.Char[],System.Int32,System.Int32)">Decl(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"><p>Parsing the complete XML Document Type Definition is way too complex,
but for many simple cases we can extract something useful from it.
doctypedecl ::= &apos;&lt;!DOCTYPE&apos; S Name (S ExternalID)? S? (&apos;[&apos; intSubset &apos;]&apos; S?)? &apos;&gt;&apos;
DeclSep ::= PEReference | S
intSubset ::= (markupdecl | DeclSep)*
markupdecl ::= elementdecl | AttlistDecl | EntityDecl | NotationDecl | PI | Comment
ExternalID ::= &apos;SYSTEM&apos; S SystemLiteral | &apos;PUBLIC&apos; S PubidLiteral S SystemLiteral</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Decl(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EndCDATA.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EndCDATA%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1455">View Source</a>
</span>
<a id="TagSoup_Parser_EndCDATA_" data-uid="TagSoup.Parser.EndCDATA*"></a>
<h4 id="TagSoup_Parser_EndCDATA" data-uid="TagSoup.Parser.EndCDATA">EndCDATA()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void EndCDATA()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EndDTD.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EndDTD%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1459">View Source</a>
</span>
<a id="TagSoup_Parser_EndDTD_" data-uid="TagSoup.Parser.EndDTD*"></a>
<h4 id="TagSoup_Parser_EndDTD" data-uid="TagSoup.Parser.EndDTD">EndDTD()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void EndDTD()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EndEntity_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EndEntity(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1463">View Source</a>
</span>
<a id="TagSoup_Parser_EndEntity_" data-uid="TagSoup.Parser.EndEntity*"></a>
<h4 id="TagSoup_Parser_EndEntity_System_String_" data-uid="TagSoup.Parser.EndEntity(System.String)">EndEntity(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void EndEntity(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Entity_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Entity(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L665">View Source</a>
</span>
<a id="TagSoup_Parser_Entity_" data-uid="TagSoup.Parser.Entity*"></a>
<h4 id="TagSoup_Parser_Entity_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.Entity(System.Char[],System.Int32,System.Int32)">Entity(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Entity(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_EOF_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.EOF(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L712">View Source</a>
</span>
<a id="TagSoup_Parser_EOF_" data-uid="TagSoup.Parser.EOF*"></a>
<h4 id="TagSoup_Parser_EOF_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.EOF(System.Char[],System.Int32,System.Int32)">EOF(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void EOF(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ETag_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ETag(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L729">View Source</a>
</span>
<a id="TagSoup_Parser_ETag_" data-uid="TagSoup.Parser.ETag*"></a>
<h4 id="TagSoup_Parser_ETag_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.ETag(System.Char[],System.Int32,System.Int32)">ETag(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void ETag(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ETagBasic_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ETagBasic(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L771">View Source</a>
</span>
<a id="TagSoup_Parser_ETagBasic_" data-uid="TagSoup.Parser.ETagBasic*"></a>
<h4 id="TagSoup_Parser_ETagBasic_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.ETagBasic(System.Char[],System.Int32,System.Int32)">ETagBasic(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void ETagBasic(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_ETagCdata_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.ETagCdata(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L739">View Source</a>
</span>
<a id="TagSoup_Parser_ETagCdata_" data-uid="TagSoup.Parser.ETagCdata*"></a>
<h4 id="TagSoup_Parser_ETagCdata_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.ETagCdata(System.Char[],System.Int32,System.Int32)">ETagCdata(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool ETagCdata(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_GetEntity.md&amp;value=---%0Auid%3A%20TagSoup.Parser.GetEntity%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1377">View Source</a>
</span>
<a id="TagSoup_Parser_GetEntity_" data-uid="TagSoup.Parser.GetEntity*"></a>
<h4 id="TagSoup_Parser_GetEntity" data-uid="TagSoup.Parser.GetEntity">GetEntity()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int GetEntity()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_GetFeature_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.GetFeature(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L282">View Source</a>
</span>
<a id="TagSoup_Parser_GetFeature_" data-uid="TagSoup.Parser.GetFeature*"></a>
<h4 id="TagSoup_Parser_GetFeature_System_String_" data-uid="TagSoup.Parser.GetFeature(System.String)">GetFeature(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool GetFeature(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_GetProperty_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.GetProperty(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L337">View Source</a>
</span>
<a id="TagSoup_Parser_GetProperty_" data-uid="TagSoup.Parser.GetProperty*"></a>
<h4 id="TagSoup_Parser_GetProperty_System_String_" data-uid="TagSoup.Parser.GetProperty(System.String)">GetProperty(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual object GetProperty(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_GI_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.GI(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1192">View Source</a>
</span>
<a id="TagSoup_Parser_GI_" data-uid="TagSoup.Parser.GI*"></a>
<h4 id="TagSoup_Parser_GI_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.GI(System.Char[],System.Int32,System.Int32)">GI(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void GI(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Parse_Sax_InputSource_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Parse(Sax.InputSource)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L445">View Source</a>
</span>
<a id="TagSoup_Parser_Parse_" data-uid="TagSoup.Parser.Parse*"></a>
<h4 id="TagSoup_Parser_Parse_Sax_InputSource_" data-uid="TagSoup.Parser.Parse(Sax.InputSource)">Parse(InputSource)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Parse(InputSource input)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Sax.InputSource.html">InputSource</a></td>
<td><span class="parametername">input</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_Parse_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.Parse(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L463">View Source</a>
</span>
<a id="TagSoup_Parser_Parse_" data-uid="TagSoup.Parser.Parse*"></a>
<h4 id="TagSoup_Parser_Parse_System_String_" data-uid="TagSoup.Parser.Parse(System.String)">Parse(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void Parse(string systemid)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">systemid</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_PCDATA_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.PCDATA(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1232">View Source</a>
</span>
<a id="TagSoup_Parser_PCDATA_" data-uid="TagSoup.Parser.PCDATA*"></a>
<h4 id="TagSoup_Parser_PCDATA_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.PCDATA(System.Char[],System.Int32,System.Int32)">PCDATA(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void PCDATA(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_PI_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.PI(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1269">View Source</a>
</span>
<a id="TagSoup_Parser_PI_" data-uid="TagSoup.Parser.PI*"></a>
<h4 id="TagSoup_Parser_PI_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.PI(System.Char[],System.Int32,System.Int32)">PI(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void PI(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_PITarget_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.PITarget(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1260">View Source</a>
</span>
<a id="TagSoup_Parser_PITarget_" data-uid="TagSoup.Parser.PITarget*"></a>
<h4 id="TagSoup_Parser_PITarget_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.PITarget(System.Char[],System.Int32,System.Int32)">PITarget(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void PITarget(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_SetFeature_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.SetFeature(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L291">View Source</a>
</span>
<a id="TagSoup_Parser_SetFeature_" data-uid="TagSoup.Parser.SetFeature*"></a>
<h4 id="TagSoup_Parser_SetFeature_System_String_System_Boolean_" data-uid="TagSoup.Parser.SetFeature(System.String,System.Boolean)">SetFeature(String, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void SetFeature(string name, bool value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_SetProperty_System_String_System_Object_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.SetProperty(System.String%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L358">View Source</a>
</span>
<a id="TagSoup_Parser_SetProperty_" data-uid="TagSoup.Parser.SetProperty*"></a>
<h4 id="TagSoup_Parser_SetProperty_System_String_System_Object_" data-uid="TagSoup.Parser.SetProperty(System.String,System.Object)">SetProperty(String, Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void SetProperty(string name, object value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Object</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_STagC_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.STagC(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1288">View Source</a>
</span>
<a id="TagSoup_Parser_STagC_" data-uid="TagSoup.Parser.STagC*"></a>
<h4 id="TagSoup_Parser_STagC_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.STagC(System.Char[],System.Int32,System.Int32)">STagC(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void STagC(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_STagE_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.STagE(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1303">View Source</a>
</span>
<a id="TagSoup_Parser_STagE_" data-uid="TagSoup.Parser.STagE*"></a>
<h4 id="TagSoup_Parser_STagE_System_Char___System_Int32_System_Int32_" data-uid="TagSoup.Parser.STagE(System.Char[],System.Int32,System.Int32)">STagE(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void STagE(char[] buff, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buff</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_StartCDATA.md&amp;value=---%0Auid%3A%20TagSoup.Parser.StartCDATA%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1467">View Source</a>
</span>
<a id="TagSoup_Parser_StartCDATA_" data-uid="TagSoup.Parser.StartCDATA*"></a>
<h4 id="TagSoup_Parser_StartCDATA" data-uid="TagSoup.Parser.StartCDATA">StartCDATA()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void StartCDATA()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_StartDTD_System_String_System_String_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.StartDTD(System.String%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1471">View Source</a>
</span>
<a id="TagSoup_Parser_StartDTD_" data-uid="TagSoup.Parser.StartDTD*"></a>
<h4 id="TagSoup_Parser_StartDTD_System_String_System_String_System_String_" data-uid="TagSoup.Parser.StartDTD(System.String,System.String,System.String)">StartDTD(String, String, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void StartDTD(string name, string publicid, string systemid)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">publicid</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">systemid</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser_StartEntity_System_String_.md&amp;value=---%0Auid%3A%20TagSoup.Parser.StartEntity(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L1475">View Source</a>
</span>
<a id="TagSoup_Parser_StartEntity_" data-uid="TagSoup.Parser.StartEntity*"></a>
<h4 id="TagSoup_Parser_StartEntity_System_String_" data-uid="TagSoup.Parser.StartEntity(System.String)">StartEntity(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void StartEntity(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Sax.IEntityResolver.html">IEntityResolver</a>
</div>
<div>
<a class="xref" href="Sax.IDTDHandler.html">IDTDHandler</a>
</div>
<div>
<a class="xref" href="Sax.IContentHandler.html">IContentHandler</a>
</div>
<div>
<a class="xref" href="Sax.IErrorHandler.html">IErrorHandler</a>
</div>
<div>
<a class="xref" href="TagSoup.IScanHandler.html">IScanHandler</a>
</div>
<div>
<a class="xref" href="Sax.IXMLReader.html">IXMLReader</a>
</div>
<div>
<a class="xref" href="Sax.Ext.ILexicalHandler.html">ILexicalHandler</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=TagSoup_Parser.md&amp;value=---%0Auid%3A%20TagSoup.Parser%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Benchmark/Support/TagSoup/Parser.cs/#L32" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 Licensed to the Apache Software Foundation (ASF)
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>