entitydecl?()
public
Due to the wonders of DTDs, an entity declaration can be just about
anything. There’s no way to normalize it; you’ll have to interpret the
content yourself. However, the following is true:
[ String name, String value ]
Content: [ String text ]
Show source
def entitydecl?
@contents[0] == :entitydecl
end