com.japisoft.xmlpad.helper
Class SchemaNode
java.lang.Object
com.japisoft.xmlpad.helper.SchemaNode
- public class SchemaNode
- extends java.lang.Object
This is an inner structure for the schema content helper
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public int type
element
public TagDescriptor element
next
public java.util.ArrayList next
marked
public boolean marked
marked2
public boolean marked2
namespace
public java.lang.String namespace
parent
public SchemaNode parent
ELEMENT
public static final int ELEMENT
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
ROOT
public static final int ROOT
- See Also:
- Constant Field Values
OP_OR
public static final int OP_OR
- See Also:
- Constant Field Values
OP_AND
public static final int OP_AND
- See Also:
- Constant Field Values
SchemaNode
public SchemaNode(int type)
SchemaNode
public SchemaNode(TagDescriptor element)
addNext
public void addNext(SchemaNode node)
removeNext
public void removeNext(SchemaNode node)
nextSibling
public SchemaNode nextSibling()
getParent
public SchemaNode getParent()
getSchemaNodeCount
public int getSchemaNodeCount()
getSchemaNode
public SchemaNode getSchemaNode(int index)
isSigma
public boolean isSigma()
isRoot
public boolean isRoot()
isOpAND
public boolean isOpAND()
isOpOR
public boolean isOpOR()
isElement
public boolean isElement()
dump
public void dump()
toString
public java.lang.String toString()
clone
public java.lang.Object clone()
Copyright © 2006 JAPISoft. All Rights Reserved.