org.jbind.xml.schema.element
Interface INode

All Superinterfaces:
IHasLocation, IXmlNode
All Known Subinterfaces:
IAdditionalSource, IAnnotated, IAnnotationElement, IAny, IAnyAttribute, IAnyElement, IAppInfoElement, IAttributeDeclaration, IAttributeGroupDeclaration, IAttributeGroupRef, IComplexContentModelDesc, IComplexDerivation, IComplexExtensionDerivation, IComplexRestrictionDerivation, IComplexTypeDef, IContentModelDesc, IDeclaration, IDerivation, IDocumentationElement, IElement, IElementDeclaration, IElementParticle, IFacet, IField, IGroupDeclaration, IIdentityConstraintElement, IImport, IInclude, IKeyConstraintElement, IKeyRefConstraintElement, IListVariety, IModelGroup, IModelGroupDeclaration, IModelGroupRef, INamed, INotation, IOpenAttributes, IPartDeclaration, IParticle, IRedefine, IRestrictionVariety, ISelector, ISimpleContentModelDesc, ISimpleDerivation, ISimpleExtensionContentModel, ISimpleExtensionDerivation, ISimpleRestrictionContentModel, ISimpleRestrictionDerivation, ISimpleTypeDef, IText, ITypeDef, IUnionVariety, IUniqueConstraintElement, IVariety, IXPathComponent, IXPathConstraintElement
All Known Implementing Classes:
AbbreviatedContentModel, AdditionalSource, Annotated, AnnotationElement, Any, AnyAttribute, AnyElement, AppInfoElement, AttributeDeclaration, AttributeGroupDeclaration, AttributeGroupRef, ComplexContentModelDesc, ComplexDerivation, ComplexExtensionDerivation, ComplexRestrictionDerivation, ComplexTypeDef, ContentModelDesc, Declaration, Derivation, DocumentationElement, Element, ElementDeclaration, ElementKeyConstraintElement, ElementKeyRefConstraintElement, ElementUniqueConstraintElement, Facet, Field, GroupDeclaration, IdentityConstraintElement, Import, Include, ListVariety, ModelGroup, ModelGroupDeclaration, ModelGroupRef, Named, Node, Notation, OpenAttributes, PartDeclaration, Particle, Redefine, RestrictionVariety, SchemaElement, Selector, SimpleContentModelDesc, SimpleDerivation, SimpleExtensionDerivation, SimpleRestrictionDerivation, SimpleTypeDef, Text, TypeDef, TypeKeyConstraintElement, TypeKeyRefConstraintElement, TypeUniqueConstraintElement, UnionVariety, Variety, XPathComponent, XPathConstraintElement

public interface INode
extends IHasLocation, IXmlNode


Method Summary
 IElement getParent_()
           
 void setLocation(ILocation aLocation)
           
 void setParent_(IElement anElement)
           
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.core.cmp.IXmlNode
acceptAppInfoVisitor
 

Method Detail

setLocation

public void setLocation(ILocation aLocation)

getParent_

public IElement getParent_()

setParent_

public void setParent_(IElement anElement)