|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.planx.xmlstore | |
| org.planx.xmlstore.docnodes | |
| org.planx.xmlstore.nodes | |
| Uses of Attribute in org.planx.xmlstore |
|---|
| Methods in org.planx.xmlstore that return Attribute | |
|---|---|
abstract Attribute |
NodeFactory.createAttribute(String name,
String value)
|
| Methods in org.planx.xmlstore that return types with arguments of type Attribute | |
|---|---|
List<Attribute> |
Node.getAttributes()
Returns the attributes of this Node. |
| Methods in org.planx.xmlstore with parameters of type Attribute | |
|---|---|
abstract Node |
NodeFactory.createElementNode(String tagName,
Node[] children,
Attribute[] attrs)
|
| Method parameters in org.planx.xmlstore with type arguments of type Attribute | |
|---|---|
abstract Node |
NodeFactory.createElementNode(String tagName,
List<? extends Node> children,
List<Attribute> attrs)
|
| Uses of Attribute in org.planx.xmlstore.docnodes |
|---|
| Classes in org.planx.xmlstore.docnodes that implement Attribute | |
|---|---|
class |
DocAttribute
An Attribute returned by DocNode. |
| Methods in org.planx.xmlstore.docnodes that return types with arguments of type Attribute | |
|---|---|
List<Attribute> |
DocNode.getAttributes()
|
| Methods in org.planx.xmlstore.docnodes with parameters of type Attribute | |
|---|---|
int |
DocAttribute.compareTo(Attribute o)
|
| Uses of Attribute in org.planx.xmlstore.nodes |
|---|
| Classes in org.planx.xmlstore.nodes that implement Attribute | |
|---|---|
class |
DVMAttribute
|
| Methods in org.planx.xmlstore.nodes that return Attribute | |
|---|---|
Attribute |
DVMNodeFactory.createAttribute(String name,
String value)
|
| Methods in org.planx.xmlstore.nodes that return types with arguments of type Attribute | |
|---|---|
List<Attribute> |
NodeProxy.getAttributes()
|
List<Attribute> |
DVMNode.getAttributes()
|
static Discriminator<Attribute> |
DVMAttribute.getDiscriminator()
|
static Discriminator<Attribute> |
DVMAttribute.getDiscriminator(Memory memory)
|
static Streamer<Attribute> |
DVMAttribute.getStreamer()
|
| Methods in org.planx.xmlstore.nodes with parameters of type Attribute | |
|---|---|
int |
DVMAttribute.compareTo(Attribute o)
|
Node |
DVMNodeFactory.createElementNode(String tagName,
Node[] children,
Attribute[] attrs)
|
| Method parameters in org.planx.xmlstore.nodes with type arguments of type Attribute | |
|---|---|
Node |
DVMNodeFactory.createElementNode(String tagName,
List<? extends Node> children,
List<Attribute> attrs)
|
| Constructors in org.planx.xmlstore.nodes with parameters of type Attribute | |
|---|---|
DVMNode(byte type,
String value,
SystemNode[] children,
Attribute[] attrs)
|
|
| Constructor parameters in org.planx.xmlstore.nodes with type arguments of type Attribute | |
|---|---|
DVMNode(byte type,
String value,
List<SystemNode> children,
List<Attribute> attrs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||