Package | Description |
---|---|
it.unimi.dsi.parser | |
it.unimi.dsi.parser.callback |
Modifier and Type | Method and Description |
---|---|
BulletParser |
BulletParser.parseAttribute(Attribute attribute)
Adds the given attribute to the set of attributes to be parsed.
|
BulletParser |
BulletParser.parseAttributes(boolean parseAttributes)
Sets the attribute parsing flag.
|
BulletParser |
BulletParser.parseCDATA(boolean parseCDATA)
Sets the CDATA-section handler flag.
|
BulletParser |
BulletParser.parseTags(boolean parseTags)
Sets whether this parser will parse tags and invoke element handlers.
|
BulletParser |
BulletParser.parseText(boolean parseText)
Sets the text handler flag.
|
BulletParser |
BulletParser.setCallback(Callback callback)
Sets the callback for this parser, resetting at the same time all parsing flags.
|
Modifier and Type | Method and Description |
---|---|
void |
TextExtractor.configure(BulletParser parser)
Configure the parser to parse text.
|
void |
DebugCallbackDecorator.configure(BulletParser parser) |
void |
DefaultCallback.configure(BulletParser parserUnused) |
void |
Callback.configure(BulletParser parser)
Configure the parser for usage with this callback.
|
void |
LinkExtractor.configure(BulletParser parser)
Configure the parser to parse elements and certain attributes.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.