public class CallDescription extends Object
Constructor and Description |
---|
CallDescription(int id,
int constraint,
CallMode mode)
Describes how to deal with a tag when parsing a XML file
|
public CallDescription(int id, int constraint, CallMode mode)
id
- will be used when forwarding the call to startElement and endElementconstraint
- when to match this call. Not yet implementedmode
- determines whether forwarding is done at the start or end of the element and the content should be read.Copyright © 2005–2020. All rights reserved.