From d6020cbe40362279ea2d6b84789706e3f102d9cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Jul 2024 01:58:13 +0000 Subject: [PATCH] Generate (c1b64c174ec2e8ca2174c51332670e3be30c865f) --- REXML/Parsers/BaseParser.html | 24 ++++++++++++------------ REXML/Parsers/BaseParser/Private.html | 2 ++ js/search_index.js.gz | Bin 21928 -> 21928 bytes 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/REXML/Parsers/BaseParser.html b/REXML/Parsers/BaseParser.html index c4e7919a..89be218d 100644 --- a/REXML/Parsers/BaseParser.html +++ b/REXML/Parsers/BaseParser.html @@ -298,7 +298,7 @@

Public Class Methods

-
# File lib/rexml/parsers/baseparser.rb, line 146
+            
# File lib/rexml/parsers/baseparser.rb, line 147
 def initialize( source )
   self.stream = source
   @listeners = []
@@ -330,7 +330,7 @@ 

Public Instance Methods

-
# File lib/rexml/parsers/baseparser.rb, line 152
+            
# File lib/rexml/parsers/baseparser.rb, line 153
 def add_listener( listener )
   @listeners << listener
 end
@@ -353,7 +353,7 @@

Public Instance Methods

Returns true if there are no more events

-
# File lib/rexml/parsers/baseparser.rb, line 178
+            
# File lib/rexml/parsers/baseparser.rb, line 179
 def empty?
   return (@source.empty? and @stack.empty?)
 end
@@ -376,7 +376,7 @@

Public Instance Methods

-
# File lib/rexml/parsers/baseparser.rb, line 497
+            
# File lib/rexml/parsers/baseparser.rb, line 498
 def entity( reference, entities )
   value = nil
   value = entities[ reference ] if entities
@@ -405,7 +405,7 @@ 

Public Instance Methods

Returns true if there are more events. Synonymous with !empty?

-
# File lib/rexml/parsers/baseparser.rb, line 183
+            
# File lib/rexml/parsers/baseparser.rb, line 184
 def has_next?
   return !(@source.empty? and @stack.empty?)
 end
@@ -428,7 +428,7 @@

Public Instance Methods

Escapes all possible entities

-
# File lib/rexml/parsers/baseparser.rb, line 508
+            
# File lib/rexml/parsers/baseparser.rb, line 509
 def normalize( input, entities=nil, entity_filter=nil )
   copy = input.clone
   # Doing it like this rather than in a loop improves the speed
@@ -462,7 +462,7 @@ 

Public Instance Methods

Peek at the depth event in the stack. The first element on the stack is at depth 0. If depth is -1, will parse to the end of the input stream and return the last event, which is always :end_document. Be aware that this causes the stream to be parsed up to the depth event, so you can effectively pre-parse the entire document (pull the entire thing into memory) using this method.

-
# File lib/rexml/parsers/baseparser.rb, line 199
+            
# File lib/rexml/parsers/baseparser.rb, line 200
 def peek depth=0
   raise %Q[Illegal argument "#{depth}"] if depth < -1
   temp = []
@@ -495,7 +495,7 @@ 

Public Instance Methods

-
# File lib/rexml/parsers/baseparser.rb, line 168
+            
# File lib/rexml/parsers/baseparser.rb, line 169
 def position
   if @source.respond_to? :position
     @source.position
@@ -523,7 +523,7 @@ 

Public Instance Methods

Returns the next event. This is a PullEvent object.

-
# File lib/rexml/parsers/baseparser.rb, line 214
+            
# File lib/rexml/parsers/baseparser.rb, line 215
 def pull
   @source.drop_parsed_content
 
@@ -552,7 +552,7 @@ 

Public Instance Methods

-
# File lib/rexml/parsers/baseparser.rb, line 158
+            
# File lib/rexml/parsers/baseparser.rb, line 159
 def stream=( source )
   @source = SourceFactory.create_from( source )
   @closed = nil
@@ -581,7 +581,7 @@ 

Public Instance Methods

Unescapes all possible entities

-
# File lib/rexml/parsers/baseparser.rb, line 524
+            
# File lib/rexml/parsers/baseparser.rb, line 525
 def unnormalize( string, entities=nil, filter=nil )
   if string.include?("\r")
     rv = string.gsub( Private::CARRIAGE_RETURN_NEWLINE_PATTERN, "\n" )
@@ -632,7 +632,7 @@ 

Public Instance Methods

Push an event back on the head of the stream. This method has (theoretically) infinite depth.

-
# File lib/rexml/parsers/baseparser.rb, line 189
+            
# File lib/rexml/parsers/baseparser.rb, line 190
 def unshift token
   @stack.unshift(token)
 end
diff --git a/REXML/Parsers/BaseParser/Private.html b/REXML/Parsers/BaseParser/Private.html index 7e8a2526..6f968563 100644 --- a/REXML/Parsers/BaseParser/Private.html +++ b/REXML/Parsers/BaseParser/Private.html @@ -89,6 +89,8 @@

Constants

CLOSE_PATTERN
+
COMMENT_TERM +
DEFAULT_ENTITIES_PATTERNS
ENTITYDECL_PATTERN diff --git a/js/search_index.js.gz b/js/search_index.js.gz index 1de7817f3d19dcdac0f5ed9041bde9807e6e0ee7..e5423e27c3e7c27e6066258788a7032bd3205251 100644 GIT binary patch delta 16 YcmZ3nnsLQyMppT54vsAwSr>-_05dfO$^ZZW delta 16 YcmZ3nnsLQyMppT54vr-oSr>-_05atTx&QzG