Type:
Class

This class needs:

  • Documentation

  • Work! Not all types of attlists are intelligently parsed, so we just

spew back out what we get in. This works, but it would be better if we formatted the output ourselves.

AttlistDecls provide just enough support to allow namespace declarations. If you need some sort of generalized support, or have an interesting idea about how to map the hideous, terrible design of DTD AttlistDecls onto an intuitive Ruby interface, let me know. I'm desperate for anything to make DTDs more palateable.

[]

[](key) Instance Public methods Access the attlist attribute/value pairs.

2015-05-05 23:21:09
node_type

node_type() Instance Public methods

2015-05-05 23:29:45
include?

include?(key) Instance Public methods Whether an attlist declaration includes

2015-05-05 23:28:55
new

new(source) Class Public methods Create an

2015-05-05 23:19:29
write

write(out, indent=-1) Instance Public methods Write out exactly what we got

2015-05-05 23:34:47
each

each(&block) Instance Public methods Iterate over the key/value pairs:

2015-05-05 23:27:46