new function unparsed-internal-subset
This commit is contained in:
@ -73,6 +73,7 @@
|
||||
#:start-dtd
|
||||
#:end-dtd
|
||||
#:start-internal-subset
|
||||
#:unparsed-internal-subset
|
||||
#:end-internal-subset
|
||||
#:unparsed-entity-declaration
|
||||
#:external-entity-declaration
|
||||
@ -337,6 +338,11 @@ any definition from the internal subset is reported.")
|
||||
finished, if present.")
|
||||
(:method ((handler t)) nil))
|
||||
|
||||
(defgeneric unparsed-internal-subset (handler str)
|
||||
(:documentation "Reports that an internal subset is present, but has not
|
||||
been parsed and is available as a string.")
|
||||
(:method ((handler t) str) nil))
|
||||
|
||||
(defgeneric unparsed-entity-declaration
|
||||
(handler name public-id system-id notation-name)
|
||||
(:documentation
|
||||
|
||||
Reference in New Issue
Block a user