com.sun.tools.rngom.ast.om.ParsedPatternpublic abstract class Leaf
extends java.lang.Object
implements com.sun.tools.rngom.ast.om.ParsedPattern
Leafs form a set (by a cyclic doubly-linked list.)| Modifier and Type | Field | Description |
|---|---|---|
org.xml.sax.Locator |
location |
Source location where this leaf was defined.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
Leaf(org.xml.sax.Locator location) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
createDataMethod(com.sun.codemodel.JDefinedClass clazz,
com.sun.codemodel.JType valueType,
NodeSet nset,
java.util.Set<Prop> props) |
Creates a prop of the data value method.
|
Leaf |
getNext() |
|
Leaf |
getPrev() |
|
Leaf |
merge(Leaf that) |
Combines two sets into one set.
|
java.lang.Iterable<Leaf> |
siblings() |
Returns the collection of all the siblings
(including itself)
|
public org.xml.sax.Locator location
Copyright © 2018 Oracle Corporation. All rights reserved.