| |
|
| java.lang.Object com.caucho.relaxng.program.Item com.caucho.relaxng.program.EmptyItem
EmptyItem | public class EmptyItem extends Item (Code) | | Generates programs from patterns.
|
Field Summary | |
final protected static L10N | L |
L | final protected static L10N L(Code) | | |
allowEmpty | public boolean allowEmpty()(Code) | | The empty item can produce empty.
|
equals | public boolean equals(Object o)(Code) | | Returns true if the object is an empty item.
|
firstSet | public void firstSet(HashSet<QName> set)(Code) | | Adds to the first set, the set of element names possible.
|
hashCode | public int hashCode()(Code) | | Returns the hash code for the empty item.
|
isSimpleSyntax | public boolean isSimpleSyntax()(Code) | | True for simple syntax.
|
setAttribute | public Item setAttribute(QName name, String value)(Code) | | Sets an attribute.
Parameters: name - the name of the attribute Parameters: value - the value of the attribute the program for handling the element |
toSyntaxDescription | public String toSyntaxDescription(int depth)(Code) | | Returns the pretty printed syntax.
|
|
|
|