Module: Nokolexbor
- Defined in:
- lib/nokolexbor.rb,
lib/nokolexbor/node.rb,
lib/nokolexbor/xpath.rb,
lib/nokolexbor/version.rb,
lib/nokolexbor/document.rb,
lib/nokolexbor/node_set.rb,
lib/nokolexbor/attribute.rb,
lib/nokolexbor/xpath_context.rb,
lib/nokolexbor/document_fragment.rb,
ext/nokolexbor/nokolexbor.c
Defined Under Namespace
Modules: XPath Classes: Attribute, CDATA, CharacterData, Comment, Document, DocumentFragment, Element, LexborAbortedStatus, LexborContinueStatus, LexborError, LexborIncompleteObjectError, LexborMemoryAllocationError, LexborNextStatus, LexborNoFreeSlotError, LexborNotExistsError, LexborObjectIsNullError, LexborOverflowError, LexborSmallBufferError, LexborSmallBufferStatus, LexborStopStatus, LexborStoppedStatus, LexborTooSmallSizeError, LexborUnexpectedDataError, LexborUnexpectedResultError, LexborWrongArgsError, LexborWrongStageError, Node, NodeSet, ProcessingInstruction, Text, XPathContext
Constant Summary collapse
- VERSION =
'0.3.3'
Class Method Summary collapse
Class Method Details
.HTML(*args) ⇒ Object
35 36 37 |
# File 'lib/nokolexbor.rb', line 35 def HTML(*args) Document.parse(*args) end |