Package | Description |
---|---|
org.apache.xerces.dom |
Modifier and Type | Class and Description |
---|---|
class |
AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support.
|
class |
DeferredAttrImpl
Attribute represents an XML-style attribute of an
Element.
|
class |
DeferredAttrNSImpl
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.
|
class |
PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentImpl.dispatchAggregateEvents(NodeImpl node,
AttrImpl enclosingAttr,
String oldvalue,
short change)
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events
DOMAttrModified and DOMSubtreeModified.
|
protected void |
DeferredDocumentImpl.synchronizeChildren(AttrImpl a,
int nodeIndex)
Synchronizes the node's children with the internal structure.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.