Package ro.sync.contentcompletion.xml
Class WhatAttributesCanGoHereContext
java.lang.Object
ro.sync.contentcompletion.xml.Context
ro.sync.contentcompletion.xml.WhatContextInParent
ro.sync.contentcompletion.xml.WhatAttributesCanGoHereContext
- All Implemented Interfaces:
Cloneable
@API(type=EXTENDABLE,
src=PRIVATE)
public class WhatAttributesCanGoHereContext
extends ro.sync.contentcompletion.xml.WhatContextInParent
Used by the schema manager to find out the attributes that can be inserted
in a given context.
-
Field Summary
Fields inherited from class ro.sync.contentcompletion.xml.WhatContextInParent
parentElementFields inherited from class ro.sync.contentcompletion.xml.Context
elementStack, idValuesList, infoProvider, nextSiblingElements, prefixNamespaceMapping, previousSiblingElements, xmlReader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ro.sync.contentcompletion.xml.WhatContextInParent
getParentElement, getPreviousAttributeNames, getPreviousAttributes, getPreviousAttributesList, getRootAttributes, pushContextElement, setParentElement, toStringMethods inherited from class ro.sync.contentcompletion.xml.Context
computeContextXPathExpression, equals, executeXPath, executeXPath, getDefaultAttributeValue, getElementStack, getIdValuesList, getNextSiblingElements, getPrefixNamespaceMapping, getPreviousSiblingElements, getProxyNamespaceMapping, getSystemID, setAdditionalContextInformationProvider, setElementStack, setIdValuesList, setNextSiblingElements, setPrefixNamespaceMapping, setPreviousSiblingElements, setXMLReader
-
Constructor Details
-
WhatAttributesCanGoHereContext
public WhatAttributesCanGoHereContext()
-
-
Method Details
-
clone
- Overrides:
clonein classro.sync.contentcompletion.xml.WhatContextInParent- See Also:
-
WhatContextInParent.clone()
-