new function unparsed-internal-subset
This commit is contained in:
@ -73,6 +73,7 @@
|
|||||||
#:start-dtd
|
#:start-dtd
|
||||||
#:end-dtd
|
#:end-dtd
|
||||||
#:start-internal-subset
|
#:start-internal-subset
|
||||||
|
#:unparsed-internal-subset
|
||||||
#:end-internal-subset
|
#:end-internal-subset
|
||||||
#:unparsed-entity-declaration
|
#:unparsed-entity-declaration
|
||||||
#:external-entity-declaration
|
#:external-entity-declaration
|
||||||
@ -337,6 +338,11 @@ any definition from the internal subset is reported.")
|
|||||||
finished, if present.")
|
finished, if present.")
|
||||||
(:method ((handler t)) nil))
|
(: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
|
(defgeneric unparsed-entity-declaration
|
||||||
(handler name public-id system-id notation-name)
|
(handler name public-id system-id notation-name)
|
||||||
(:documentation
|
(:documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user