Package | Description |
---|---|
org.apache.manifoldcf.agents.common |
Modifier and Type | Class and Description |
---|---|
class |
XMLFileContext
An instance of this class represents a parsing context within a node.
|
class |
XMLOutputStreamContext
An instance of this class represents a parsing context within a node.
|
class |
XMLStringContext
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 |
XMLWriterContext
An instance of this class represents a parsing context within a node.
|
Modifier and Type | Field and Description |
---|---|
protected XMLContext |
XMLStream.currentContext
The current context
|
protected XMLContext |
XMLContext.previousContext
The previous context
|
Modifier and Type | Method and Description |
---|---|
protected XMLContext |
XMLContext.beginTag(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
This method is meant to be extended by classes that extend this class.
|
protected XMLContext |
XMLWriterContext.beginTag(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Start a child tag.
|
XMLContext |
XMLStream.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
XMLStream.setContext(XMLContext context) |