Skip navigation links
org.netbeans.modules.xml.xam/1 1.56.0 1
A C D E F G H I J L M N O P Q R S T U V W X 

A

abortUpdate() - Method in class org.netbeans.modules.xml.xam.AbstractModel.ModelUndoableEditSupport
 
AbstractComponent<C extends Component<C>> - Class in org.netbeans.modules.xml.xam
An abstract implementation of the Component.
AbstractComponent(AbstractModel) - Constructor for class org.netbeans.modules.xml.xam.AbstractComponent
 
AbstractDocumentComponent<C extends DocumentComponent<C>> - Class in org.netbeans.modules.xml.xam.dom
An abstract implementation of the Component with support of underlaying DOM model.
AbstractDocumentComponent(AbstractDocumentModel, Element) - Constructor for class org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent
 
AbstractDocumentComponent.PrefixAttribute - Class in org.netbeans.modules.xml.xam.dom
 
AbstractDocumentModel<T extends DocumentComponent<T>> - Class in org.netbeans.modules.xml.xam.dom
 
AbstractDocumentModel(ModelSource) - Constructor for class org.netbeans.modules.xml.xam.dom.AbstractDocumentModel
 
AbstractModel<T extends Component<T>> - Class in org.netbeans.modules.xml.xam
 
AbstractModel(ModelSource) - Constructor for class org.netbeans.modules.xml.xam.AbstractModel
 
AbstractModel.ModelUndoableEdit - Class in org.netbeans.modules.xml.xam
 
AbstractModel.ModelUndoableEditSupport - Class in org.netbeans.modules.xml.xam
 
AbstractModelFactory<M extends Model> - Class in org.netbeans.modules.xml.xam
 
AbstractModelFactory() - Constructor for class org.netbeans.modules.xml.xam.AbstractModelFactory
 
AbstractNamedComponentReference<T extends NamedReferenceable> - Class in org.netbeans.modules.xml.xam.dom
Abstract implementation of reference by name to a component.
AbstractNamedComponentReference(T, Class<T>, AbstractDocumentComponent) - Constructor for class org.netbeans.modules.xml.xam.dom.AbstractNamedComponentReference
Constructor for writing.
AbstractNamedComponentReference(Class<T>, AbstractDocumentComponent, String) - Constructor for class org.netbeans.modules.xml.xam.dom.AbstractNamedComponentReference
Constructor for reading.
AbstractReference<T extends Referenceable> - Class in org.netbeans.modules.xml.xam
Represents reference to a component.
AbstractReference(T, Class<T>, AbstractComponent) - Constructor for class org.netbeans.modules.xml.xam.AbstractReference
Constructor for writing.
AbstractReference(Class<T>, AbstractComponent, String) - Constructor for class org.netbeans.modules.xml.xam.AbstractReference
Constructor for reading.
access - Variable in class org.netbeans.modules.xml.xam.dom.AbstractDocumentModel
Do not assign to this field.
addAfter(String, C, Collection<Class<? extends C>>) - Method in class org.netbeans.modules.xml.xam.AbstractComponent
Adds a element after all other children whose types are in the typeList Collection.
addBefore(String, C, Collection<Class<? extends C>>) - Method in class org.netbeans.modules.xml.xam.AbstractComponent
Adds a element before all other children whose types are in the typeList Collection.
addChange(ChangeInfo) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addChildComponent(Component, Component, int) - Method in class org.netbeans.modules.xml.xam.dom.AbstractDocumentModel
 
addChildComponent(Component, Component, int) - Method in interface org.netbeans.modules.xml.xam.Model
Adds child component at specified index.
addComponentListener(ComponentListener) - Method in class org.netbeans.modules.xml.xam.AbstractModel
 
addComponentListener(ComponentListener) - Method in interface org.netbeans.modules.xml.xam.Model
Removes component event listener.
addEdit(UndoableEdit) - Method in class org.netbeans.modules.xml.xam.AbstractModel.ModelUndoableEdit
 
addIdentifier(String) - Method in interface org.netbeans.modules.xml.xam.dom.ElementIdentity
 
addMergeEventHandler(PropertyChangeListener) - Method in class org.netbeans.modules.xml.xam.dom.DocumentModelAccess
Add/remove merge property change listener.
addMergeEventHandler(PropertyChangeListener) - Method in class org.netbeans.modules.xml.xam.dom.ReadOnlyAccess
 
addNonDomainedElementChange(ChangeInfo) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addPrefix(String, String) - Method in class org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent
Declare prefix for given namespace (without any refactoring action).
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.xml.xam.AbstractComponent
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.xml.xam.AbstractModel
Add property change listener which will receive events for any element in the underlying schema model.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.xml.xam.AbstractModelFactory
Adds property change listener on the factory to be notified on when new models are loaded by the factory.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.netbeans.modules.xml.xam.Model
Adds fine-grained property change listener for events on model components.
addQNameValuedAttributes(Map<QName, List<QName>>) - Method in class org.netbeans.modules.xml.xam.dom.DocumentModelAccess
A chance for extensible model to register attributes from extension that have QName values.
addResultsFromHandlers(Collection<XsdBasedValidator.Handler>) - Method in class org.netbeans.modules.xml.xam.spi.XsdBasedValidator.Handler
Adds resultItems from the handler collection to the resultItems of the current handler.
addToAddedAttributes(Attr) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addToAddList(DocumentComponent) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addToRemovedAttributes(Attr) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addToRemoveList(DocumentComponent) - Method in class org.netbeans.modules.xml.xam.dom.SyncUnit
 
addUndoableEditListener(UndoableEditListener) - Method in class org.netbeans.modules.xml.xam.AbstractModel
 
addUndoableEditListener(UndoableEditListener) - Method in class org.netbeans.modules.xml.xam.dom.ReadOnlyAccess
 
addUndoableEditListener(UndoableEditListener) - Method in interface org.netbeans.modules.xml.xam.Model
Adds undoable edit listener.
addUndoableEditListener(UndoableEditListener) - Method in class org.netbeans.modules.xml.xam.ModelAccess
 
addUndoableRefactorListener(UndoableEditListener) - Method in class org.netbeans.modules.xml.xam.AbstractModel
 
addUndoableRefactorListener(UndoableEditListener) - Method in interface org.netbeans.modules.xml.xam.Model
Adds undoable refactoring edit listener.
appendChild(String, C) - Method in class org.netbeans.modules.xml.xam.AbstractComponent
 
appendChild(Node, Node, DocumentModelAccess.NodeUpdater) - Method in class org.netbeans.modules.xml.xam.dom.DocumentModelAccess
 
appendChild(Node, Node, DocumentModelAccess.NodeUpdater) - Method in class org.netbeans.modules.xml.xam.dom.ReadOnlyAccess
 
appendChildQuietly(C, List<C>) - Method in class org.netbeans.modules.xml.xam.AbstractComponent
 
appendChildQuietly(C, List<C>) - Method in class org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent
 
areSameNodes(Node, Node) - Method in class org.netbeans.modules.xml.xam.dom.AbstractDocumentModel
 
areSameNodes(Node, Node) - Method in interface org.netbeans.modules.xml.xam.dom.DocumentModel
 
areSameNodes(Node, Node) - Method in class org.netbeans.modules.xml.xam.dom.DocumentModelAccess
 
areSameNodes(Node, Node) - Method in class org.netbeans.modules.xml.xam.dom.ReadOnlyAccess
 
Attribute - Interface in org.netbeans.modules.xml.xam.dom
Attribute of a component.
A C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
org.netbeans.modules.xml.xam/1 1.56.0 1