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:
java.lang.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.Context
elementStack, idValuesList, infoProvider, nextSiblingElements, prefixNamespaceMapping, previousSiblingElements, xmlReader
-
-
Constructor Summary
Constructors Constructor Description WhatAttributesCanGoHereContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
-
Methods inherited from class ro.sync.contentcompletion.xml.WhatContextInParent
getParentElement, getPreviousAttributeNames, getPreviousAttributes, getPreviousAttributesList, getRootAttributes, pushContextElement, setParentElement, toString
-
Methods 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
-
-