Package | Description |
---|---|
org.apache.manifoldcf.core.fuzzyml |
Modifier and Type | Class and Description |
---|---|
class |
XMLFileParsingContext
An instance of this class represents a parsing context within a node.
|
class |
XMLOutputStreamParsingContext
An instance of this class represents a parsing context within a node.
|
class |
XMLStringParsingContext
An instance of this class represents a parsing context within a node, where the data value is to be recorded as an in-memory string.
|
class |
XMLWriterParsingContext
An instance of this class represents a parsing context within a node.
|
Modifier and Type | Field and Description |
---|---|
protected XMLParsingContext |
XMLFuzzyHierarchicalParseState.currentContext
The current context
|
protected XMLParsingContext |
XMLParsingContext.previousContext
The previous context
|
Modifier and Type | Method and Description |
---|---|
protected XMLParsingContext |
XMLParsingContext.beginTag(String namespace,
String localName,
String qName,
Map<String,String> atts)
This method is meant to be extended by classes that extend this class.
|
protected XMLParsingContext |
XMLWriterParsingContext.beginTag(String namespace,
String localName,
String qName,
Map<String,String> atts)
Start a child tag.
|
XMLParsingContext |
XMLFuzzyHierarchicalParseState.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
XMLFuzzyHierarchicalParseState.setContext(XMLParsingContext context) |