Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.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(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.String> atts)
This method is meant to be extended by classes that extend this class.
|
protected XMLParsingContext |
XMLWriterParsingContext.beginTag(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
java.util.Map<java.lang.String,java.lang.String> atts)
Start a child tag.
|
XMLParsingContext |
XMLFuzzyHierarchicalParseState.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
XMLFuzzyHierarchicalParseState.setContext(XMLParsingContext context) |